Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
khia.abasa.com
/
Filename :
7bNKM3S5qCJ0wH.sql
back
Copy
-- MariaDB dump 10.19 Distrib 10.6.16-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: 7bNKM3S5qCJ0wH -- ------------------------------------------------------ -- Server version 10.6.16-MariaDB-0ubuntu0.22.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2023-12-28 16:26:47','2023-12-28 16:26:47','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); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_litespeed_url` -- DROP TABLE IF EXISTS `wp_litespeed_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_litespeed_url` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url` varchar(500) NOT NULL, `cache_tags` varchar(1000) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `url` (`url`(191)), KEY `cache_tags` (`cache_tags`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_litespeed_url` -- LOCK TABLES `wp_litespeed_url` WRITE; /*!40000 ALTER TABLE `wp_litespeed_url` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_litespeed_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_litespeed_url_file` -- DROP TABLE IF EXISTS `wp_litespeed_url_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_litespeed_url_file` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url_id` bigint(20) NOT NULL, `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary', `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content', `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4', `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1', `webp` tinyint(4) NOT NULL COMMENT 'webp=1', `expired` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `filename` (`filename`), KEY `type` (`type`), KEY `url_id_2` (`url_id`,`vary`,`type`), KEY `filename_2` (`filename`,`expired`), KEY `url_id` (`url_id`,`expired`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_litespeed_url_file` -- LOCK TABLES `wp_litespeed_url_file` WRITE; /*!40000 ALTER TABLE `wp_litespeed_url_file` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_litespeed_url_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=5664 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://khia.abasa.com','yes'),(2,'home','http://khia.abasa.com','yes'),(3,'blogname','Khia Demo','yes'),(4,'blogdescription','Connecting Hearts on the Pilgrimage of a Lifetime.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','daniyalkhawaja@abasa.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','j F Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%category%/%post_id%/','yes'),(29,'rewrite_rules','a:100:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=11&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:74:\"date/([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:69:\"date/([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:50:\"date/([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:62:\"date/([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:44:\"date/([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:61:\"date/([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:56:\"date/([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:37:\"date/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:49:\"date/([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:31:\"date/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:48:\"date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:43:\"date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:24:\"date/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:36:\"date/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:18:\"date/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:32:\".+?/[0-9]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\".+?/[0-9]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\".+?/[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".+?/[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\".+?/[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\".+?/[0-9]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"(.+?)/([0-9]+)/embed/?$\";s:60:\"index.php?category_name=$matches[1]&p=$matches[2]&embed=true\";s:27:\"(.+?)/([0-9]+)/trackback/?$\";s:54:\"index.php?category_name=$matches[1]&p=$matches[2]&tb=1\";s:47:\"(.+?)/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?category_name=$matches[1]&p=$matches[2]&feed=$matches[3]\";s:42:\"(.+?)/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?category_name=$matches[1]&p=$matches[2]&feed=$matches[3]\";s:35:\"(.+?)/([0-9]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?category_name=$matches[1]&p=$matches[2]&paged=$matches[3]\";s:42:\"(.+?)/([0-9]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?category_name=$matches[1]&p=$matches[2]&cpage=$matches[3]\";s:31:\"(.+?)/([0-9]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?category_name=$matches[1]&p=$matches[2]&page=$matches[3]\";s:21:\".+?/[0-9]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\".+?/[0-9]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\".+?/[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\".+?/[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\".+?/[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\".+?/[0-9]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:39:\"copy-delete-posts/copy-delete-posts.php\";i:1;s:16:\"kubio/plugin.php\";i:2;s:35:\"litespeed-cache/litespeed-cache.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','vertice','yes'),(41,'stylesheet','vertice','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','56657','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:2:{s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:39:\"copy-delete-posts/copy-delete-posts.php\";a:2:{i:0;s:15:\"Account\\Account\";i:1;s:25:\"onUninstallPluginListener\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','12','yes'),(82,'page_on_front','11','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1719332807','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','56657','yes'),(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:18:\"read_kubio-globals\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(102,'fresh_site','0','yes'),(103,'user_count','1','no'),(104,'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 -->\";}s:12:\"_multiwidget\";i:1;i:7;a:1:{s:7:\"content\";s:232:\"<!-- wp:separator {\"color\":\"kubio-color-1\",\"className\":\"is-style-wide\"} --><hr class=\"wp-block-separator has-text-color has-background has-kubio-color-1-background-color has-kubio-color-1-color is-style-wide\"/><!-- /wp:separator -->\";}}','yes'),(105,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:17:\"kubio-woocommerce\";a:1:{i:1;s:7:\"block-7\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:11:{i:1708978919;a:2:{s:27:\"litespeed_task_imgoptm_pull\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1708979208;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:1709008008;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1709008069;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1709011652;a:1:{s:32:\"Kubio\\NotificationsManager::init\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1709051208;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1709051269;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1709051271;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:1709224010;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:1709310408;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.4.2\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"query/style-rtl.css\";i:357;s:23:\"query/style-rtl.min.css\";i:358;s:15:\"query/style.css\";i:359;s:19:\"query/style.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),(123,'recovery_keys','a:0:{}','yes'),(125,'theme_mods_twentytwentyfour','a:4:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1703895340;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:7:\"block-7\";}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:5;}}','yes'),(133,'litespeed.conf.__activation','-1','yes'),(134,'litespeed.purge.queue','-1','yes'),(135,'litespeed.purge.queue2','-1','yes'),(136,'litespeed.cloud._summary','{\"curr_request.ver\":0,\"last_request.ver\":1703780862,\"news.utime\":1703887990,\"curr_request.news\":0,\"last_request.news\":1703887990}','yes'),(137,'litespeed.conf._version','6.0.0.1','yes'),(138,'litespeed.conf.hash','6XY0ZP9c9y7oHADUeRaqk3J63XoUKSX2','yes'),(139,'litespeed.conf.auto_upgrade','','yes'),(140,'litespeed.conf.api_key','','yes'),(141,'litespeed.conf.server_ip','','yes'),(142,'litespeed.conf.guest','','yes'),(143,'litespeed.conf.guest_optm','','yes'),(144,'litespeed.conf.news','1','yes'),(145,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]','yes'),(146,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','yes'),(147,'litespeed.conf.cache','1','yes'),(148,'litespeed.conf.cache-priv','1','yes'),(149,'litespeed.conf.cache-commenter','1','yes'),(150,'litespeed.conf.cache-rest','1','yes'),(151,'litespeed.conf.cache-page_login','1','yes'),(152,'litespeed.conf.cache-favicon','1','yes'),(153,'litespeed.conf.cache-resources','1','yes'),(154,'litespeed.conf.cache-mobile','','yes'),(155,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','yes'),(156,'litespeed.conf.cache-browser','','yes'),(157,'litespeed.conf.cache-exc_useragents','[]','yes'),(158,'litespeed.conf.cache-exc_cookies','[]','yes'),(159,'litespeed.conf.cache-exc_qs','[]','yes'),(160,'litespeed.conf.cache-exc_cat','[]','yes'),(161,'litespeed.conf.cache-exc_tag','[]','yes'),(162,'litespeed.conf.cache-force_uri','[]','yes'),(163,'litespeed.conf.cache-force_pub_uri','[]','yes'),(164,'litespeed.conf.cache-priv_uri','[]','yes'),(165,'litespeed.conf.cache-exc','[]','yes'),(166,'litespeed.conf.cache-exc_roles','[]','yes'),(167,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','yes'),(168,'litespeed.conf.cache-ttl_pub','604800','yes'),(169,'litespeed.conf.cache-ttl_priv','1800','yes'),(170,'litespeed.conf.cache-ttl_frontpage','604800','yes'),(171,'litespeed.conf.cache-ttl_feed','604800','yes'),(172,'litespeed.conf.cache-ttl_rest','604800','yes'),(173,'litespeed.conf.cache-ttl_browser','31557600','yes'),(174,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','yes'),(175,'litespeed.conf.cache-login_cookie','','yes'),(176,'litespeed.conf.cache-vary_cookies','[]','yes'),(177,'litespeed.conf.cache-vary_group','[]','yes'),(178,'litespeed.conf.purge-upgrade','1','yes'),(179,'litespeed.conf.purge-stale','','yes'),(180,'litespeed.conf.purge-post_all','','yes'),(181,'litespeed.conf.purge-post_f','1','yes'),(182,'litespeed.conf.purge-post_h','1','yes'),(183,'litespeed.conf.purge-post_p','1','yes'),(184,'litespeed.conf.purge-post_pwrp','1','yes'),(185,'litespeed.conf.purge-post_a','1','yes'),(186,'litespeed.conf.purge-post_y','','yes'),(187,'litespeed.conf.purge-post_m','1','yes'),(188,'litespeed.conf.purge-post_d','','yes'),(189,'litespeed.conf.purge-post_t','1','yes'),(190,'litespeed.conf.purge-post_pt','1','yes'),(191,'litespeed.conf.purge-timed_urls','[]','yes'),(192,'litespeed.conf.purge-timed_urls_time','','yes'),(193,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','yes'),(194,'litespeed.conf.esi','','yes'),(195,'litespeed.conf.esi-cache_admbar','1','yes'),(196,'litespeed.conf.esi-cache_commform','1','yes'),(197,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','yes'),(198,'litespeed.conf.util-instant_click','','yes'),(199,'litespeed.conf.util-no_https_vary','','yes'),(200,'litespeed.conf.debug-disable_all','','yes'),(201,'litespeed.conf.debug','','yes'),(202,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','yes'),(203,'litespeed.conf.debug-level','','yes'),(204,'litespeed.conf.debug-filesize','3','yes'),(205,'litespeed.conf.debug-cookie','','yes'),(206,'litespeed.conf.debug-collaps_qs','','yes'),(207,'litespeed.conf.debug-inc','[]','yes'),(208,'litespeed.conf.debug-exc','[]','yes'),(209,'litespeed.conf.debug-exc_strings','[]','yes'),(210,'litespeed.conf.db_optm-revisions_max','0','yes'),(211,'litespeed.conf.db_optm-revisions_age','0','yes'),(212,'litespeed.conf.optm-css_min','','yes'),(213,'litespeed.conf.optm-css_comb','','yes'),(214,'litespeed.conf.optm-css_comb_ext_inl','1','yes'),(215,'litespeed.conf.optm-ucss','','yes'),(216,'litespeed.conf.optm-ucss_inline','','yes'),(217,'litespeed.conf.optm-ucss_whitelist','[]','yes'),(218,'litespeed.conf.optm-ucss_file_exc_inline','[]','yes'),(219,'litespeed.conf.optm-ucss_exc','[]','yes'),(220,'litespeed.conf.optm-css_exc','[]','yes'),(221,'litespeed.conf.optm-js_min','','yes'),(222,'litespeed.conf.optm-js_comb','','yes'),(223,'litespeed.conf.optm-js_comb_ext_inl','1','yes'),(224,'litespeed.conf.optm-js_delay_inc','[]','yes'),(225,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','yes'),(226,'litespeed.conf.optm-html_min','','yes'),(227,'litespeed.conf.optm-html_lazy','[]','yes'),(228,'litespeed.conf.optm-qs_rm','','yes'),(229,'litespeed.conf.optm-ggfonts_rm','','yes'),(230,'litespeed.conf.optm-css_async','','yes'),(231,'litespeed.conf.optm-ccss_per_url','','yes'),(232,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','yes'),(233,'litespeed.conf.optm-ccss_sep_uri','[]','yes'),(234,'litespeed.conf.optm-css_async_inline','1','yes'),(235,'litespeed.conf.optm-css_font_display','','yes'),(236,'litespeed.conf.optm-js_defer','','yes'),(237,'litespeed.conf.optm-emoji_rm','','yes'),(238,'litespeed.conf.optm-noscript_rm','','yes'),(239,'litespeed.conf.optm-ggfonts_async','','yes'),(240,'litespeed.conf.optm-exc_roles','[]','yes'),(241,'litespeed.conf.optm-ccss_con','','yes'),(242,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','yes'),(243,'litespeed.conf.optm-gm_js_exc','[]','yes'),(244,'litespeed.conf.optm-dns_prefetch','[]','yes'),(245,'litespeed.conf.optm-dns_prefetch_ctrl','','yes'),(246,'litespeed.conf.optm-dns_preconnect','[]','yes'),(247,'litespeed.conf.optm-exc','[]','yes'),(248,'litespeed.conf.optm-guest_only','1','yes'),(249,'litespeed.conf.object','','yes'),(250,'litespeed.conf.object-kind','','yes'),(251,'litespeed.conf.object-host','localhost','yes'),(252,'litespeed.conf.object-port','11211','yes'),(253,'litespeed.conf.object-life','360','yes'),(254,'litespeed.conf.object-persistent','1','yes'),(255,'litespeed.conf.object-admin','1','yes'),(256,'litespeed.conf.object-transients','1','yes'),(257,'litespeed.conf.object-db_id','0','yes'),(258,'litespeed.conf.object-user','','yes'),(259,'litespeed.conf.object-pswd','','yes'),(260,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','yes'),(261,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','yes'),(262,'litespeed.conf.discuss-avatar_cache','','yes'),(263,'litespeed.conf.discuss-avatar_cron','','yes'),(264,'litespeed.conf.discuss-avatar_cache_ttl','604800','yes'),(265,'litespeed.conf.optm-localize','','yes'),(266,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','yes'),(267,'litespeed.conf.media-preload_featured','','yes'),(268,'litespeed.conf.media-lazy','','yes'),(269,'litespeed.conf.media-lazy_placeholder','','yes'),(270,'litespeed.conf.media-placeholder_resp','','yes'),(271,'litespeed.conf.media-placeholder_resp_color','#cfd4db','yes'),(272,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','yes'),(273,'litespeed.conf.media-lqip','','yes'),(274,'litespeed.conf.media-lqip_qual','4','yes'),(275,'litespeed.conf.media-lqip_min_w','150','yes'),(276,'litespeed.conf.media-lqip_min_h','150','yes'),(277,'litespeed.conf.media-placeholder_resp_async','1','yes'),(278,'litespeed.conf.media-iframe_lazy','','yes'),(279,'litespeed.conf.media-add_missing_sizes','','yes'),(280,'litespeed.conf.media-lazy_exc','[]','yes'),(281,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','yes'),(282,'litespeed.conf.media-lazy_parent_cls_exc','[]','yes'),(283,'litespeed.conf.media-iframe_lazy_cls_exc','[]','yes'),(284,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','yes'),(285,'litespeed.conf.media-lazy_uri_exc','[]','yes'),(286,'litespeed.conf.media-lqip_exc','[]','yes'),(287,'litespeed.conf.media-vpi','','yes'),(288,'litespeed.conf.media-vpi_cron','','yes'),(289,'litespeed.conf.img_optm-auto','','yes'),(290,'litespeed.conf.img_optm-cron','1','yes'),(291,'litespeed.conf.img_optm-ori','1','yes'),(292,'litespeed.conf.img_optm-rm_bkup','','yes'),(293,'litespeed.conf.img_optm-webp','','yes'),(294,'litespeed.conf.img_optm-lossless','','yes'),(295,'litespeed.conf.img_optm-exif','1','yes'),(296,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','yes'),(297,'litespeed.conf.img_optm-webp_replace_srcset','','yes'),(298,'litespeed.conf.img_optm-jpg_quality','82','yes'),(299,'litespeed.conf.crawler','','yes'),(300,'litespeed.conf.crawler-usleep','500','yes'),(301,'litespeed.conf.crawler-run_duration','400','yes'),(302,'litespeed.conf.crawler-run_interval','600','yes'),(303,'litespeed.conf.crawler-crawl_interval','302400','yes'),(304,'litespeed.conf.crawler-threads','3','yes'),(305,'litespeed.conf.crawler-timeout','30','yes'),(306,'litespeed.conf.crawler-load_limit','1','yes'),(307,'litespeed.conf.crawler-sitemap','','yes'),(308,'litespeed.conf.crawler-drop_domain','1','yes'),(309,'litespeed.conf.crawler-map_timeout','120','yes'),(310,'litespeed.conf.crawler-roles','[]','yes'),(311,'litespeed.conf.crawler-cookies','[]','yes'),(312,'litespeed.conf.misc-heartbeat_front','','yes'),(313,'litespeed.conf.misc-heartbeat_front_ttl','60','yes'),(314,'litespeed.conf.misc-heartbeat_back','','yes'),(315,'litespeed.conf.misc-heartbeat_back_ttl','60','yes'),(316,'litespeed.conf.misc-heartbeat_editor','','yes'),(317,'litespeed.conf.misc-heartbeat_editor_ttl','15','yes'),(318,'litespeed.conf.cdn','','yes'),(319,'litespeed.conf.cdn-ori','[]','yes'),(320,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','yes'),(321,'litespeed.conf.cdn-exc','[]','yes'),(322,'litespeed.conf.cdn-quic','','yes'),(323,'litespeed.conf.cdn-cloudflare','','yes'),(324,'litespeed.conf.cdn-cloudflare_email','','yes'),(325,'litespeed.conf.cdn-cloudflare_key','','yes'),(326,'litespeed.conf.cdn-cloudflare_name','','yes'),(327,'litespeed.conf.cdn-cloudflare_zone','','yes'),(328,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','yes'),(329,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','yes'),(330,'litespeed.conf.qc-token','','yes'),(331,'litespeed.conf.qc-nameservers','','yes'),(332,'litespeed.admin_display.thirdparty_litespeed_check','1','yes'),(338,'litespeed.gui.lscwp_whm_install','-1','yes'),(339,'litespeed.gui.dismiss','-1','yes'),(340,'litespeed.gui._summary','{\"new_version\":1704385671,\"score\":1704990471}','yes'),(341,'litespeed.data.upgrading','-1','yes'),(342,'litespeed.admin_display.messages','-1','yes'),(343,'can_compress_scripts','0','yes'),(359,'finished_updating_comment_type','1','yes'),(366,'litespeed.optimize.timestamp_purge_css','1704213155','yes'),(410,'current_theme','Vertice','yes'),(411,'theme_mods_vertice','a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:5;}s:18:\"custom_css_post_id\";i:-1;s:40:\"front-header.navigation.props.layoutType\";s:17:\"logo-spacing-menu\";s:35:\"front-header.navigation.props.width\";s:5:\"boxed\";s:40:\"front-header.navigation.props.showTopBar\";b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1703895291;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:17:\"kubio-woocommerce\";a:6:{i:0;s:25:\"woocommerce_widget_cart-2\";i:1;s:7:\"block-7\";i:2;s:26:\"woocommerce_price_filter-2\";i:3;s:38:\"woocommerce_recently_viewed_products-2\";i:4;s:32:\"woocommerce_top_rated_products-2\";i:5;s:33:\"woocommerce_layered_nav_filters-2\";}}}}','yes'),(412,'theme_switched','','yes'),(427,'vertice-page-info-theme-notice-dismissed','1','yes'),(430,'__kubio_instance_flags','a:7:{s:9:\"_settings\";a:5:{s:11:\"googleFonts\";a:1:{s:12:\"serveLocally\";b:0;}s:15:\"editorUIVersion\";i:2;s:20:\"enableAICapabilities\";b:1;s:10:\"editorMode\";s:4:\"full\";s:17:\"activatedOnStage2\";b:1;}s:21:\"kubio_activation_time\";i:1703784452;s:10:\"stylesheet\";s:7:\"vertice\";s:24:\"kubio_templates_imported\";i:1703895342;s:29:\"kubio_template_parts_imported\";i:1703895343;s:12:\"start_source\";s:5:\"other\";s:20:\"wc_sidebar_populated\";b:1;}','no'),(431,'kubio_instance_data','a:4:{s:23:\"license_active_endpoint\";s:51:\"https://cloud.kubiobuilder.com/api/license/activate\";s:22:\"license_check_endpoint\";s:48:\"https://cloud.kubiobuilder.com/api/license/check\";s:23:\"product_update_endpoint\";s:49:\"https://cloud.kubiobuilder.com/api/product/update\";s:13:\"dashboard_url\";s:31:\"https://cloud.kubiobuilder.com/\";}','yes'),(432,'_kubio_backup_unique_key_id','658db004d8a8e','no'),(433,'kubio_is_fresh_site','0','yes'),(436,'widget_woocommerce_widget_cart','a:1:{i:2;a:2:{s:5:\"title\";s:4:\"Cart\";s:13:\"hide_if_empty\";i:1;}}','yes'),(437,'widget_woocommerce_price_filter','a:1:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}}','yes'),(438,'widget_woocommerce_recently_viewed_products','a:1:{i:2;a:2:{s:5:\"title\";s:24:\"Recently Viewed Products\";s:6:\"number\";i:10;}}','yes'),(439,'widget_woocommerce_top_rated_products','a:1:{i:2;a:2:{s:5:\"title\";s:18:\"Top rated products\";s:6:\"number\";i:5;}}','yes'),(440,'widget_woocommerce_layered_nav_filters','a:1:{i:2;a:1:{s:5:\"title\";s:14:\"Active filters\";}}','yes'),(445,'_kubio_dismissable_notices','a:2:{s:25:\"kubio-remote-notice-10452\";a:1:{s:12:\"dismiss_time\";i:1703853117;}s:24:\"kubio-remote-notice-6841\";a:1:{s:12:\"dismiss_time\";i:0;}}','yes'),(744,'https_detection_errors','a:0:{}','yes'),(745,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":5,\"critical\":0}','yes'),(792,'site_logo','45','yes'),(946,'recently_activated','a:0:{}','yes'),(951,'analyst_cache','s:6:\"a:0:{}\";','yes'),(953,'_cdp_review','a:2:{s:9:\"installed\";i:1703888015;s:5:\"users\";a:0:{}}','yes'),(954,'_cdp_globals','a:1:{s:6:\"others\";a:14:{s:17:\"cdp-content-pages\";s:4:\"true\";s:17:\"cdp-content-posts\";s:4:\"true\";s:18:\"cdp-content-custom\";s:4:\"true\";s:17:\"cdp-display-posts\";s:4:\"true\";s:16:\"cdp-display-edit\";s:4:\"true\";s:17:\"cdp-display-admin\";s:4:\"true\";s:16:\"cdp-display-bulk\";s:4:\"true\";s:21:\"cdp-display-gutenberg\";s:4:\"true\";s:19:\"cdp-references-post\";s:5:\"false\";s:19:\"cdp-references-edit\";s:5:\"false\";s:18:\"cdp-premium-import\";s:5:\"false\";s:24:\"cdp-premium-hide-tooltip\";s:5:\"false\";s:26:\"cdp-premium-replace-domain\";s:5:\"false\";s:20:\"cdp-menu-in-settings\";s:5:\"false\";}}','yes'),(955,'_cdp_profiles','a:1:{s:7:\"default\";a:25:{s:5:\"title\";s:4:\"true\";s:4:\"date\";s:5:\"false\";s:6:\"status\";s:5:\"false\";s:4:\"slug\";s:4:\"true\";s:7:\"excerpt\";s:4:\"true\";s:7:\"content\";s:4:\"true\";s:7:\"f_image\";s:4:\"true\";s:8:\"template\";s:4:\"true\";s:6:\"format\";s:4:\"true\";s:6:\"author\";s:4:\"true\";s:8:\"password\";s:4:\"true\";s:11:\"attachments\";s:5:\"false\";s:8:\"children\";s:5:\"false\";s:8:\"comments\";s:5:\"false\";s:10:\"menu_order\";s:4:\"true\";s:8:\"category\";s:4:\"true\";s:8:\"post_tag\";s:4:\"true\";s:8:\"taxonomy\";s:4:\"true\";s:8:\"nav_menu\";s:4:\"true\";s:13:\"link_category\";s:4:\"true\";s:12:\"all_metadata\";s:5:\"false\";s:5:\"names\";a:5:{s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:10:\"#[Counter]\";s:6:\"format\";s:1:\"1\";s:6:\"custom\";s:5:\"m/d/Y\";s:7:\"display\";s:7:\"Default\";}s:9:\"usmplugin\";s:5:\"false\";s:5:\"yoast\";s:5:\"false\";s:3:\"woo\";s:5:\"false\";}}','yes'),(956,'_cdp_default_setup','1','yes'),(957,'_irb_h_bn_review','a:2:{s:5:\"users\";a:0:{}s:17:\"copy-delete-posts\";i:1703888015;}','yes'),(958,'_tifm_force_disable_feature_update','1','yes'),(959,'_cdp_preselections','a:1:{i:1;s:7:\"default\";}','yes'),(960,'_cdp_no_intro','a:1:{i:0;i:1;}','yes'),(1068,'cdp_copy_logs_times','a:13:{i:0;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.07846879959106445;s:6:\"perOne\";d:0.07846879959106445;s:4:\"data\";i:1704302513;s:6:\"memory\";i:10603776;s:4:\"peak\";i:14680064;}i:1;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.11765599250793457;s:6:\"perOne\";d:0.11765599250793457;s:4:\"data\";i:1704109251;s:6:\"memory\";i:9191856;s:4:\"peak\";i:10485760;}i:2;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.0316319465637207;s:6:\"perOne\";d:0.0316319465637207;s:4:\"data\";i:1704092247;s:6:\"memory\";i:9189496;s:4:\"peak\";i:10485760;}i:3;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.03814411163330078;s:6:\"perOne\";d:0.03814411163330078;s:4:\"data\";i:1704059530;s:6:\"memory\";i:8673840;s:4:\"peak\";i:10485760;}i:4;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.08237290382385254;s:6:\"perOne\";d:0.08237290382385254;s:4:\"data\";i:1704053014;s:6:\"memory\";i:9038744;s:4:\"peak\";i:10485760;}i:5;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.042687177658081055;s:6:\"perOne\";d:0.042687177658081055;s:4:\"data\";i:1704052149;s:6:\"memory\";i:8353320;s:4:\"peak\";i:10485760;}i:6;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.04069399833679199;s:6:\"perOne\";d:0.04069399833679199;s:4:\"data\";i:1704051175;s:6:\"memory\";i:8613712;s:4:\"peak\";i:10485760;}i:7;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.029513120651245117;s:6:\"perOne\";d:0.029513120651245117;s:4:\"data\";i:1704051088;s:6:\"memory\";i:8346648;s:4:\"peak\";i:12582912;}i:8;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.04820704460144043;s:6:\"perOne\";d:0.04820704460144043;s:4:\"data\";i:1704029277;s:6:\"memory\";i:8346104;s:4:\"peak\";i:10485760;}i:9;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.07958793640136719;s:6:\"perOne\";d:0.07958793640136719;s:4:\"data\";i:1703967405;s:6:\"memory\";i:8318896;s:4:\"peak\";i:10485760;}i:10;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.027924060821533203;s:6:\"perOne\";d:0.027924060821533203;s:4:\"data\";i:1703966534;s:6:\"memory\";i:8372344;s:4:\"peak\";i:10485760;}i:11;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.035103797912597656;s:6:\"perOne\";d:0.035103797912597656;s:4:\"data\";i:1703963465;s:6:\"memory\";i:8207464;s:4:\"peak\";i:10485760;}i:12;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.039019107818603516;s:6:\"perOne\";d:0.039019107818603516;s:4:\"data\";i:1703895869;s:6:\"memory\";i:8188720;s:4:\"peak\";i:10485760;}}','yes'),(1119,'WPLANG','','yes'),(1120,'new_admin_email','daniyalkhawaja@abasa.com','yes'),(1687,'cdp_latest_slow_performance','1','yes'),(1688,'cdp_dismiss_perf_notice','1','yes'),(4301,'_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.4.3.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.4.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.3\";s:7:\"version\";s:5:\"6.4.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1708978878;s:15:\"version_checked\";s:5:\"6.4.3\";s:12:\"translations\";a:0:{}}','no'),(4304,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"daniyalkhawaja@abasa.com\";s:7:\"version\";s:5:\"6.4.3\";s:9:\"timestamp\";i:1706676218;}','no'),(4374,'category_children','a:0:{}','yes'),(5583,'_site_transient_timeout_php_check_38979a08dcd71638878b7b4419751271','1709313547','no'),(5584,'_site_transient_php_check_38979a08dcd71638878b7b4419751271','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(5660,'_site_transient_timeout_theme_roots','1708980679','no'),(5661,'_site_transient_theme_roots','a:4:{s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";s:7:\"vertice\";s:7:\"/themes\";}','no'),(5662,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1708978880;s:7:\"checked\";a:4:{s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.3\";s:15:\"twentytwentytwo\";s:3:\"1.6\";s:7:\"vertice\";s:5:\"1.0.4\";}s:8:\"response\";a:1:{s:7:\"vertice\";a:6:{s:5:\"theme\";s:7:\"vertice\";s:11:\"new_version\";s:6:\"1.0.11\";s:3:\"url\";s:37:\"https://wordpress.org/themes/vertice/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/vertice.1.0.11.zip\";s:8:\"requires\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"7.1\";}}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.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.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.6.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(5663,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1708978880;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:39:\"copy-delete-posts/copy-delete-posts.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:31:\"w.org/plugins/copy-delete-posts\";s:4:\"slug\";s:17:\"copy-delete-posts\";s:6:\"plugin\";s:39:\"copy-delete-posts/copy-delete-posts.php\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/copy-delete-posts/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/copy-delete-posts.1.4.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/copy-delete-posts/assets/icon-128x128.png?rev=2997966\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/copy-delete-posts/assets/banner-772x250.jpg?rev=2267040\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:206:\"<p>What's new in 1.4.6?\n* [NOTE] Changed plugin's author to our company name\n* [NOTE] Tested up with WordPress v6.4.3 \n* [NOTE] Thank you so much for 300,000+ active installs 💚 (12.02.2024)</p>\";}s:16:\"kubio/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:19:\"w.org/plugins/kubio\";s:4:\"slug\";s:5:\"kubio\";s:6:\"plugin\";s:16:\"kubio/plugin.php\";s:11:\"new_version\";s:5:\"2.1.4\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/kubio/\";s:7:\"package\";s:48:\"https://downloads.wordpress.org/plugin/kubio.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:50:\"https://ps.w.org/kubio/assets/icon.svg?rev=2642537\";s:3:\"svg\";s:50:\"https://ps.w.org/kubio/assets/icon.svg?rev=2642537\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/kubio/assets/banner-1544x500.png?rev=2997702\";s:2:\"1x\";s:60:\"https://ps.w.org/kubio/assets/banner-772x250.png?rev=2997702\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:5:\"7.1.3\";s:16:\"requires_plugins\";a:0:{}}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:3:\"6.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/litespeed-cache.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{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:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:3:\"5.3\";s:39:\"copy-delete-posts/copy-delete-posts.php\";s:5:\"1.4.4\";s:9:\"hello.php\";s:5:\"1.7.2\";s:16:\"kubio/plugin.php\";s:5:\"2.1.0\";s:35:\"litespeed-cache/litespeed-cache.php\";s:7:\"6.0.0.1\";}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=470 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(6,11,'_kubio_created_at_activation','1'),(7,11,'_wp_page_template','default'),(8,12,'_kubio_created_at_activation','1'),(9,12,'_wp_page_template','default'),(26,15,'_kubio_template_source','kubio'),(27,16,'_kubio_template_source','kubio'),(28,17,'_kubio_template_source','kubio'),(29,18,'_kubio_template_source','kubio'),(30,19,'_kubio_template_source','kubio'),(31,20,'_kubio_template_source','kubio'),(32,21,'_kubio_template_source','kubio'),(33,22,'_kubio_template_source','kubio'),(34,23,'_kubio_template_source','kubio'),(35,24,'_kubio_template_source','kubio'),(36,25,'_kubio_template_source','kubio'),(37,26,'_kubio_template_source','kubio'),(38,27,'_kubio_template_source','kubio'),(39,28,'_kubio_template_source','kubio'),(40,29,'_kubio_template_source','kubio'),(41,30,'_kubio_template_source','kubio'),(42,31,'_kubio_template_source','kubio'),(43,9,'saved_in_kubio','1'),(44,39,'_wp_attached_file','2023/12/2023-HAU-02-Home-01-04-Comp.jpg'),(45,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1480;s:4:\"file\";s:39:\"2023/12/2023-HAU-02-Home-01-04-Comp.jpg\";s:8:\"filesize\";i:377306;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-01-04-Comp-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12351;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-01-04-Comp-1024x592.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-01-04-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6025;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-01-04-Comp-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70111;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-01-04-Comp-1536x888.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:888;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230292;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-01-04-Comp-2048x1184.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:354826;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-01-04-Comp-1868x1080.jpg\";s:5:\"width\";i:1868;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:310856;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,28,'saved_in_kubio','1'),(47,45,'_wp_attached_file','2023/12/2023-HAU-01-Logo-07-03-Comp.png'),(48,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:504;s:6:\"height\";i:60;s:4:\"file\";s:39:\"2023/12/2023-HAU-01-Logo-07-03-Comp.png\";s:8:\"filesize\";i:3674;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2023-HAU-01-Logo-07-03-Comp-300x36.png\";s:5:\"width\";i:300;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2023-HAU-01-Logo-07-03-Comp-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2871;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(49,11,'saved_in_kubio','1'),(54,48,'saved_in_kubio','1'),(55,48,'_menu_item_type','custom'),(56,48,'_menu_item_menu_item_parent','0'),(57,48,'_menu_item_object_id','48'),(58,48,'_menu_item_object','custom'),(59,48,'_menu_item_target',''),(60,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(61,48,'_menu_item_xfn',''),(62,48,'_menu_item_url','https://khia.abasa.com/about/'),(63,49,'_wp_attached_file','2023/12/kubio-image-33.png'),(64,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:26:\"2023/12/kubio-image-33.png\";s:8:\"filesize\";i:58481;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"kubio-image-33-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"kubio-image-33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26088;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(65,50,'_wp_attached_file','2023/12/kubio-image-34.png'),(66,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:26:\"2023/12/kubio-image-34.png\";s:8:\"filesize\";i:51205;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"kubio-image-34-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"kubio-image-34-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(67,51,'_wp_attached_file','2023/12/kubio-image-32.png'),(68,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:26:\"2023/12/kubio-image-32.png\";s:8:\"filesize\";i:399021;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"kubio-image-32-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75681;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"kubio-image-32-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:675593;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"kubio-image-32-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"kubio-image-32-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:390542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"kubio-image-32-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1438427;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:28:\"kubio-image-32-1620x1080.png\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1636182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,54,'_wp_attached_file','2023/12/2023-HAU-02-Home-03-01-Comp.jpg'),(70,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1310;s:4:\"file\";s:39:\"2023/12/2023-HAU-02-Home-03-01-Comp.jpg\";s:8:\"filesize\";i:495132;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-01-Comp-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21563;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-03-01-Comp-1024x699.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-01-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-01-Comp-768x524.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119785;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-03-01-Comp-1536x1048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:398689;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-03-01-Comp-1583x1080.jpg\";s:5:\"width\";i:1583;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:420817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(71,55,'_wp_attached_file','2023/12/2023-HAU-02-Home-03-02-Comp.jpg'),(72,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1310;s:4:\"file\";s:39:\"2023/12/2023-HAU-02-Home-03-02-Comp.jpg\";s:8:\"filesize\";i:444664;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-02-Comp-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19131;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-03-02-Comp-1024x699.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-02-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7641;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-02-Comp-768x524.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94978;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-03-02-Comp-1536x1048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304436;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-03-02-Comp-1583x1080.jpg\";s:5:\"width\";i:1583;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:320506;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(73,56,'_wp_attached_file','2023/12/2023-HAU-02-Home-03-03-Comp.jpg'),(74,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1310;s:4:\"file\";s:39:\"2023/12/2023-HAU-02-Home-03-03-Comp.jpg\";s:8:\"filesize\";i:623191;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-03-Comp-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21530;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-03-03-Comp-1024x699.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:699;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-03-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8747;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-03-03-Comp-768x524.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114429;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-03-03-Comp-1536x1048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:396607;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-03-03-Comp-1583x1080.jpg\";s:5:\"width\";i:1583;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:419628;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(75,11,'_edit_lock','1703960172:1'),(78,11,'kubio_template_autosave_type','preview'),(80,11,'_oembed_c972c9b11a0f79d2095c646c7198a049','<iframe title=\"Radiant Drops Hajj, Umrah & Travel\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/YUXPjKmlI9Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),(81,11,'_oembed_time_c972c9b11a0f79d2095c646c7198a049','1703893451'),(82,29,'saved_in_kubio','1'),(83,22,'saved_in_kubio','1'),(84,2,'saved_in_kubio','1'),(85,27,'saved_in_kubio','1'),(86,2,'_edit_lock','1703897568:1'),(87,2,'_edit_last','1'),(88,12,'_edit_last','1'),(89,12,'_edit_lock','1703894414:1'),(115,22,'_edit_lock','1703893564:1'),(116,17,'_edit_lock','1703893617:1'),(120,114,'_kubio_template_source','theme'),(121,115,'_kubio_template_source','theme'),(122,116,'_kubio_template_source','theme'),(123,117,'_kubio_template_source','theme'),(124,118,'_kubio_template_source','theme'),(125,119,'_kubio_template_source','theme'),(126,120,'_kubio_template_source','theme'),(127,121,'_kubio_template_source','theme'),(128,122,'_kubio_template_source','theme'),(129,123,'_kubio_template_source','theme'),(130,124,'_kubio_template_source','theme'),(131,125,'_kubio_template_source','kubio'),(132,126,'_kubio_template_source','kubio'),(133,127,'_kubio_template_source','kubio'),(134,128,'_kubio_template_source','theme'),(135,129,'_kubio_template_source','theme'),(136,130,'_kubio_template_source','theme'),(137,131,'_kubio_template_source','theme'),(138,132,'_kubio_template_source','kubio'),(139,133,'_kubio_template_source','kubio'),(140,134,'_kubio_template_source','kubio'),(141,135,'_kubio_template_source','kubio'),(142,140,'_wp_page_template','full-width'),(143,140,'_cdp_origin','2'),(144,140,'_cdp_origin_site','-1'),(145,140,'_cdp_origin_title',' Sample Page #[Counter]'),(146,140,'_cdp_counter','2'),(147,140,'_wp_page_template','full-width'),(148,140,'_edit_lock','1703952240:1'),(149,140,'_edit_last','1'),(150,140,'saved_in_kubio','1'),(151,140,'kubio_template_autosave_type','preview'),(153,48,'_wp_old_date','2023-12-29'),(156,156,'_wp_attached_file','2023/12/2023-HAU-02-Home-06-01-Comp.jpg'),(157,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:561;s:4:\"file\";s:39:\"2023/12/2023-HAU-02-Home-06-01-Comp.jpg\";s:8:\"filesize\";i:73327;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2023-HAU-02-Home-06-01-Comp-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4910;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-06-01-Comp-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36987;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-06-01-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3634;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-06-01-Comp-768x224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22605;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-06-01-Comp-1536x449.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70393;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(158,157,'_wp_attached_file','2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg'),(159,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\";s:8:\"filesize\";i:353180;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-02-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15603;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"2023-HAU-04-HajjG-01-02-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-02-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-02-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82086;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-02-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290292;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-02-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:320301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(160,158,'_wp_attached_file','2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg'),(161,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\";s:8:\"filesize\";i:149307;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-04-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13111;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"2023-HAU-04-HajjG-01-04-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-04-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6220;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-04-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54022;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-04-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146265;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-04-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162,161,'_wp_attached_file','2023/12/2023-HAU-02-Home-02-02-Comp.jpg'),(163,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:39:\"2023/12/2023-HAU-02-Home-02-02-Comp.jpg\";s:8:\"filesize\";i:257824;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-02-02-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16319;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-02-02-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-02-02-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6578;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-02-02-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78799;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-02-02-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236103;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-02-02-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(164,162,'_wp_attached_file','2023/12/2023-HAU-02-Home-02-01-Comp.jpg'),(165,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:39:\"2023/12/2023-HAU-02-Home-02-01-Comp.jpg\";s:8:\"filesize\";i:507842;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-02-01-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21805;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-02-Home-02-01-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-02-01-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"2023-HAU-02-Home-02-01-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107875;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-02-01-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343516;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:41:\"2023-HAU-02-Home-02-01-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:376550;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,166,'_wp_page_template','full-width'),(168,166,'saved_in_kubio','1'),(169,166,'footnotes',''),(170,168,'saved_in_kubio','1'),(171,168,'_menu_item_type','custom'),(172,168,'_menu_item_menu_item_parent','368'),(173,168,'_menu_item_object_id','168'),(174,168,'_menu_item_object','custom'),(175,168,'_menu_item_target',''),(176,168,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(177,168,'_menu_item_xfn',''),(178,168,'_menu_item_url','https://khia.abasa.com/hajj/'),(179,170,'saved_in_kubio','1'),(180,170,'_menu_item_type','custom'),(181,170,'_menu_item_menu_item_parent','368'),(182,170,'_menu_item_object_id','170'),(183,170,'_menu_item_object','custom'),(184,170,'_menu_item_target',''),(185,170,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(186,170,'_menu_item_xfn',''),(187,170,'_menu_item_url','https://khia.abasa.com/umrah/'),(188,26,'saved_in_kubio','1'),(189,15,'_edit_lock','1703943648:1'),(190,179,'_wp_attached_file','2023/12/kubio-image-234.png'),(191,179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:27:\"2023/12/kubio-image-234.png\";s:8:\"filesize\";i:522050;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"kubio-image-234-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80680;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"kubio-image-234-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:833495;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"kubio-image-234-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34797;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"kubio-image-234-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:470932;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"kubio-image-234-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1807622;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:29:\"kubio-image-234-1620x1080.png\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2025749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194,197,'_wp_attached_file','2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg'),(195,197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\";s:8:\"filesize\";i:296403;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-07-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16736;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"2023-HAU-04-HajjG-01-07-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-07-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6722;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-07-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84671;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-07-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267687;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-07-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291827;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(196,198,'_wp_attached_file','2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg'),(197,198,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\";s:8:\"filesize\";i:239886;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-03-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13702;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"2023-HAU-04-HajjG-01-03-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-03-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6304;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-03-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64970;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-03-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203068;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-03-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222478;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(198,199,'_wp_attached_file','2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg'),(199,199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\";s:8:\"filesize\";i:184947;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-06-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12964;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"2023-HAU-04-HajjG-01-06-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-06-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-06-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57800;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-06-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168101;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-06-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182969;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,200,'_wp_attached_file','2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg'),(201,200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:40:\"2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\";s:8:\"filesize\";i:322809;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-05-Comp-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14402;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"2023-HAU-04-HajjG-01-05-Comp-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-05-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6029;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"2023-HAU-04-HajjG-01-05-Comp-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72007;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-05-Comp-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227753;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:42:\"2023-HAU-04-HajjG-01-05-Comp-1620x1080.jpg\";s:5:\"width\";i:1620;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249505;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,201,'_wp_attached_file','2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg'),(203,201,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:700;s:4:\"file\";s:39:\"2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\";s:8:\"filesize\";i:97125;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-03-Hajj-01-02-Comp-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23935;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-03-Hajj-01-02-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(204,202,'_wp_attached_file','2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg'),(205,202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:700;s:4:\"file\";s:40:\"2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\";s:8:\"filesize\";i:116063;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2023-HAU-05-Umrah-01-02-Comp-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27752;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2023-HAU-05-Umrah-01-02-Comp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8977;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,22,'kubio_template_autosave_type','preview'),(219,166,'_edit_last','1'),(220,221,'footnotes',''),(221,166,'_edit_lock','1703966505:1'),(222,223,'footnotes',''),(223,225,'_wp_attached_file','2023/12/2023-HAU-01-Logo-07-02-Comp.png'),(224,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:504;s:6:\"height\";i:60;s:4:\"file\";s:39:\"2023/12/2023-HAU-01-Logo-07-02-Comp.png\";s:8:\"filesize\";i:3679;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2023-HAU-01-Logo-07-02-Comp-300x36.png\";s:5:\"width\";i:300;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8346;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2023-HAU-01-Logo-07-02-Comp-150x60.png\";s:5:\"width\";i:150;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(225,226,'footnotes',''),(226,18,'saved_in_kubio','1'),(227,233,'footnotes',''),(228,234,'_wp_page_template','full-width'),(229,234,'_cdp_origin','166'),(230,234,'_cdp_origin_site','-1'),(231,234,'_cdp_origin_title',' Privacy #[Counter]'),(232,234,'_cdp_counter','2'),(233,234,'_wp_page_template','full-width'),(234,234,'_edit_last','1'),(235,234,'_edit_lock','1703966560:1'),(236,234,'saved_in_kubio','1'),(237,234,'kubio_template_autosave_type','preview'),(239,243,'footnotes',''),(240,244,'_wp_page_template','full-width'),(241,244,'_cdp_origin','234'),(242,244,'_cdp_origin_site','-1'),(243,244,'_cdp_origin_title',' Cookies #[Counter]'),(244,244,'_cdp_counter','2'),(245,244,'_wp_page_template','full-width'),(246,244,'_wp_page_template','full-width'),(247,244,'_cdp_origin','166'),(248,244,'_edit_last','1'),(249,244,'_edit_lock','1703967292:1'),(250,244,'saved_in_kubio','1'),(251,253,'footnotes',''),(252,256,'footnotes',''),(253,263,'_wp_page_template','full-width'),(254,263,'_cdp_origin','234'),(255,263,'_cdp_origin_site','-1'),(256,263,'_cdp_origin_title',' Cookies #[Counter]'),(257,263,'_cdp_counter','3'),(258,263,'_wp_page_template','full-width'),(259,263,'_wp_page_template','full-width'),(260,263,'_cdp_origin','166'),(261,263,'_edit_last','1'),(262,263,'_edit_lock','1704029293:1'),(263,263,'saved_in_kubio','1'),(264,263,'kubio_template_autosave_type','preview'),(279,275,'_wp_page_template','full-width'),(280,275,'_cdp_origin','263'),(281,275,'_cdp_origin_site','-1'),(282,275,'_cdp_origin_title',' FAQs #[Counter]'),(283,275,'_cdp_counter','2'),(284,275,'_wp_page_template','full-width'),(285,275,'_wp_page_template','full-width'),(286,275,'_wp_page_template','full-width'),(287,275,'_cdp_origin','234'),(288,275,'_cdp_origin','166'),(289,275,'_edit_last','1'),(290,275,'_edit_lock','1704051189:1'),(291,275,'saved_in_kubio','1'),(292,275,'kubio_template_autosave_type','preview'),(294,279,'_wp_attached_file','2023/12/2023-HAU-01-Logo-09-01-Comp.png'),(295,279,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2023/12/2023-HAU-01-Logo-09-01-Comp.png\";s:8:\"filesize\";i:10484;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2023-HAU-01-Logo-09-01-Comp-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16975;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2023-HAU-01-Logo-09-01-Comp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7934;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(296,284,'footnotes',''),(297,289,'_wp_page_template','full-width'),(298,289,'_cdp_origin','275'),(299,289,'_cdp_origin_site','-1'),(300,289,'_cdp_origin_title',' ATOL #[Counter]'),(301,289,'_cdp_counter','2'),(302,289,'_wp_page_template','full-width'),(303,289,'_wp_page_template','full-width'),(304,289,'_wp_page_template','full-width'),(305,289,'_wp_page_template','full-width'),(306,289,'_cdp_origin','263'),(307,289,'_cdp_origin','234'),(308,289,'_cdp_origin','166'),(309,289,'_edit_last','1'),(310,289,'_edit_lock','1704052167:1'),(311,289,'saved_in_kubio','1'),(312,289,'kubio_template_autosave_type','preview'),(327,304,'_wp_page_template','full-width'),(328,304,'_cdp_origin','263'),(329,304,'_cdp_origin_site','-1'),(330,304,'_cdp_origin_title',' FAQs #[Counter]'),(331,304,'_cdp_counter','3'),(332,304,'_wp_page_template','full-width'),(333,304,'_wp_page_template','full-width'),(334,304,'_wp_page_template','full-width'),(335,304,'_cdp_origin','234'),(336,304,'_cdp_origin','166'),(337,304,'_edit_last','1'),(338,304,'_edit_lock','1704059549:1'),(339,304,'saved_in_kubio','1'),(340,48,'_wp_old_date','2023-12-30'),(341,168,'_wp_old_date','2023-12-30'),(342,170,'_wp_old_date','2023-12-30'),(343,316,'saved_in_kubio','1'),(344,316,'_menu_item_type','post_type'),(345,316,'_menu_item_menu_item_parent','0'),(346,316,'_menu_item_object_id','275'),(347,316,'_menu_item_object','page'),(348,316,'_menu_item_target',''),(349,316,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(350,316,'_menu_item_xfn',''),(351,316,'_menu_item_url',''),(361,318,'saved_in_kubio','1'),(362,318,'_menu_item_type','post_type'),(363,318,'_menu_item_menu_item_parent','0'),(364,318,'_menu_item_object_id','263'),(365,318,'_menu_item_object','page'),(366,318,'_menu_item_target',''),(367,318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(368,318,'_menu_item_xfn',''),(369,318,'_menu_item_url',''),(370,319,'saved_in_kubio','1'),(371,319,'_menu_item_type','post_type'),(372,319,'_menu_item_menu_item_parent','0'),(373,319,'_menu_item_object_id','289'),(374,319,'_menu_item_object','page'),(375,319,'_menu_item_target',''),(376,319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(377,319,'_menu_item_xfn',''),(378,319,'_menu_item_url',''),(379,323,'_wp_page_template','full-width'),(380,323,'_cdp_origin','140'),(381,323,'_cdp_origin_site','-1'),(382,323,'_cdp_origin_title',' About #[Counter]'),(383,323,'_cdp_counter','2'),(384,323,'_wp_page_template','full-width'),(385,323,'_wp_page_template','full-width'),(386,323,'_cdp_origin','2'),(387,323,'_edit_last','1'),(388,323,'_edit_lock','1704133465:1'),(389,323,'saved_in_kubio','1'),(390,330,'_wp_attached_file','2024/01/neom-qGH25zv5xMk-unsplash-smaller.jpg'),(391,330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2024/01/neom-qGH25zv5xMk-unsplash-smaller.jpg\";s:8:\"filesize\";i:203032;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"neom-qGH25zv5xMk-unsplash-smaller-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16653;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"neom-qGH25zv5xMk-unsplash-smaller-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"neom-qGH25zv5xMk-unsplash-smaller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"neom-qGH25zv5xMk-unsplash-smaller-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85620;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(392,331,'_wp_attached_file','2024/01/george-vidos-5DpHZGemAyo-unsplash-smaller.jpg'),(393,331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:809;s:4:\"file\";s:53:\"2024/01/george-vidos-5DpHZGemAyo-unsplash-smaller.jpg\";s:8:\"filesize\";i:121984;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"george-vidos-5DpHZGemAyo-unsplash-smaller-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10918;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"george-vidos-5DpHZGemAyo-unsplash-smaller-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"george-vidos-5DpHZGemAyo-unsplash-smaller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"george-vidos-5DpHZGemAyo-unsplash-smaller-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,333,'_wp_attached_file','2024/01/photo_2017-02-26_20-45-21.jpg'),(395,333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:37:\"2024/01/photo_2017-02-26_20-45-21.jpg\";s:8:\"filesize\";i:163276;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"photo_2017-02-26_20-45-21-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15823;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"photo_2017-02-26_20-45-21-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123782;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"photo_2017-02-26_20-45-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6170;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"photo_2017-02-26_20-45-21-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(396,334,'_wp_attached_file','2024/01/photo_2017-02-25_02-56-33.jpg'),(397,334,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:960;s:4:\"file\";s:37:\"2024/01/photo_2017-02-25_02-56-33.jpg\";s:8:\"filesize\";i:151357;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"photo_2017-02-25_02-56-33-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15742;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"photo_2017-02-25_02-56-33-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119445;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"photo_2017-02-25_02-56-33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6493;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"photo_2017-02-25_02-56-33-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74408;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(408,341,'_wp_attached_file','2024/01/000.jpg'),(409,341,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:712;s:6:\"height\";i:460;s:4:\"file\";s:15:\"2024/01/000.jpg\";s:8:\"filesize\";i:70747;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"000-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"000-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16260;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(410,342,'_wp_attached_file','2024/01/000-1.jpg'),(411,342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:712;s:6:\"height\";i:460;s:4:\"file\";s:17:\"2024/01/000-1.jpg\";s:8:\"filesize\";i:85641;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"000-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30437;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"000-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20481;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(413,17,'saved_in_kubio','1'),(426,48,'_wp_old_date','2024-01-01'),(427,368,'saved_in_kubio','1'),(428,368,'_menu_item_type','custom'),(429,368,'_menu_item_menu_item_parent','0'),(430,368,'_menu_item_object_id','368'),(431,368,'_menu_item_object','custom'),(432,368,'_menu_item_target',''),(433,368,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(434,368,'_menu_item_xfn',''),(435,368,'_menu_item_url','#'),(436,168,'_wp_old_date','2024-01-01'),(437,170,'_wp_old_date','2024-01-01'),(438,316,'_wp_old_date','2024-01-01'),(439,318,'_wp_old_date','2024-01-01'),(440,319,'_wp_old_date','2024-01-01'),(441,383,'_wp_attached_file','2024/01/HAU-Bonus-01-Compressed.jpg'),(442,383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1185;s:4:\"file\";s:35:\"2024/01/HAU-Bonus-01-Compressed.jpg\";s:8:\"filesize\";i:132738;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-01-Compressed-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14924;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"HAU-Bonus-01-Compressed-1024x809.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-01-Compressed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6644;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-01-Compressed-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61418;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:37:\"HAU-Bonus-01-Compressed-1367x1080.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(443,384,'_wp_attached_file','2024/01/HAU-Bonus-02-Compressed.jpg'),(444,384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1185;s:4:\"file\";s:35:\"2024/01/HAU-Bonus-02-Compressed.jpg\";s:8:\"filesize\";i:132912;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-02-Compressed-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15798;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"HAU-Bonus-02-Compressed-1024x809.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-02-Compressed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6807;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-02-Compressed-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62969;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:37:\"HAU-Bonus-02-Compressed-1367x1080.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142814;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(445,385,'_wp_attached_file','2024/01/HAU-Bonus-03-Compressed.jpg'),(446,385,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1185;s:4:\"file\";s:35:\"2024/01/HAU-Bonus-03-Compressed.jpg\";s:8:\"filesize\";i:132719;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-03-Compressed-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16136;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"HAU-Bonus-03-Compressed-1024x809.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104610;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-03-Compressed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7427;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-03-Compressed-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68351;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:37:\"HAU-Bonus-03-Compressed-1367x1080.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154219;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(447,386,'_wp_attached_file','2024/01/HAU-Bonus-04-Compressed.jpg'),(448,386,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1185;s:4:\"file\";s:35:\"2024/01/HAU-Bonus-04-Compressed.jpg\";s:8:\"filesize\";i:96058;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-04-Compressed-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9787;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"HAU-Bonus-04-Compressed-1024x809.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-04-Compressed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-04-Compressed-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46398;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:37:\"HAU-Bonus-04-Compressed-1367x1080.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(449,387,'_wp_attached_file','2024/01/HAU-Bonus-05-Compressed.jpg'),(450,387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1185;s:4:\"file\";s:35:\"2024/01/HAU-Bonus-05-Compressed.jpg\";s:8:\"filesize\";i:85037;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-05-Compressed-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12265;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"HAU-Bonus-05-Compressed-1024x809.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67275;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-05-Compressed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5619;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-05-Compressed-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45826;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:37:\"HAU-Bonus-05-Compressed-1367x1080.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99348;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(451,388,'_wp_attached_file','2024/01/HAU-Bonus-06-Compressed.jpg'),(452,388,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1185;s:4:\"file\";s:35:\"2024/01/HAU-Bonus-06-Compressed.jpg\";s:8:\"filesize\";i:180301;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-06-Compressed-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16074;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"HAU-Bonus-06-Compressed-1024x809.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126408;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-06-Compressed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6308;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"HAU-Bonus-06-Compressed-768x607.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79444;}s:12:\"kubio-fullhd\";a:5:{s:4:\"file\";s:37:\"HAU-Bonus-06-Compressed-1367x1080.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(453,396,'_wp_page_template','full-width'),(454,396,'_cdp_origin','323'),(455,396,'_cdp_origin_site','-1'),(456,396,'_cdp_origin_title',' Hajj Tour #[Counter]'),(457,396,'_cdp_counter','2'),(458,396,'_wp_page_template','full-width'),(459,396,'_wp_page_template','full-width'),(460,396,'_wp_page_template','full-width'),(461,396,'_cdp_origin','140'),(462,396,'_cdp_origin','2'),(463,396,'_edit_last','1'),(464,396,'_edit_lock','1704302533:1'),(465,399,'_wp_attached_file','2024/01/01.jpg'),(466,399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:712;s:6:\"height\";i:460;s:4:\"file\";s:14:\"2024/01/01.jpg\";s:8:\"filesize\";i:348670;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"01-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(467,400,'_wp_attached_file','2024/01/01-1.jpg'),(468,400,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:712;s:6:\"height\";i:460;s:4:\"file\";s:16:\"2024/01/01-1.jpg\";s:8:\"filesize\";i:86604;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"01-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29489;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(469,396,'saved_in_kubio','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=412 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2023-12-28 16:26:47','2023-12-28 16:26:47','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2023-12-28 16:26:47','2023-12-28 16:26:47','',0,'http://khia.abasa.com/?p=1',0,'post','',1),(2,1,'2023-12-28 16:26:47','2023-12-28 16:26:47','','Sample Page','','draft','closed','closed','','sample-page','','','2023-12-30 00:52:48','2023-12-30 00:52:48','',0,'http://khia.abasa.com/?page_id=2',0,'page','',0),(3,1,'2023-12-28 16:26:47','2023-12-28 16:26:47','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://khia.abasa.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2023-12-28 16:26:47','2023-12-28 16:26:47','',0,'http://khia.abasa.com/?page_id=3',0,'page','',0),(4,0,'2023-12-28 16:26:48','2023-12-28 16:26:48','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2023-12-28 16:26:48','2023-12-28 16:26:48','',0,'https://khia.abasa.com/index.php/2023/12/28/navigation/',0,'wp_navigation','',0),(6,1,'2023-12-28 16:34:42','2023-12-28 16:34:42','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfour','','','2023-12-28 16:34:42','2023-12-28 16:34:42','',0,'https://khia.abasa.com/?p=6',0,'wp_global_styles','',0),(7,1,'2023-12-28 17:11:28','2023-12-28 17:11:28','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentytwo','','','2023-12-28 17:11:28','2023-12-28 17:11:28','',0,'https://khia.abasa.com/?p=7',0,'wp_global_styles','',0),(9,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]},{\"family\":\"IBM Plex Sans Arabic\",\"variants\":[400,300,300]},{\"family\":\"Yeseva One\",\"variants\":[400]},{\"family\":\"Playfair Display\",\"variants\":[700]},{\"family\":\"Urbanist\",\"variants\":[400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Condensed\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"OHhd-4Zlz\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','publish','closed','closed','','kubio-globals','','','2024-01-08 10:02:11','2024-01-08 10:02:11','',0,'https://khia.abasa.com/?kubio-globals=kubio-globals',0,'kubio-globals','',0),(10,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"slug\":\"kubio-color-1\",\"color\":[66,99,190]},{\"slug\":\"kubio-color-2\",\"color\":[234,147,116]},{\"slug\":\"kubio-color-3\",\"color\":[128,136,144]},{\"slug\":\"kubio-color-4\",\"color\":[43,66,123]},{\"slug\":\"kubio-color-5\",\"color\":[255,255,255]},{\"slug\":\"kubio-color-6\",\"color\":[18,19,21]}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[129,145,189],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[66,99,190],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[2,52,189],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[36,54,104],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[6,10,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[233,204,193],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[234,147,116],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[233,89,37],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[148,93,73],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[63,40,31],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[203,216,228],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[128,136,144],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[80,112,143],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[32,88,143],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[52,55,58],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[72,111,207],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[83,95,122],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[43,66,123],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[2,36,122],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[13,20,37],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[163,172,190],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[90,95,105],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[18,19,21],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[10,14,20],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[3,9,20],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"Poppins\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"visited\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":700,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":600,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Poppins\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":500,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":600,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Poppins\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":600,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Poppins\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":\"600\",\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Roboto\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"Roboto\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"kRvOc8KJm\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true}}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',9,'https://khia.abasa.com/?p=10',0,'revision','',0),(11,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ZEpE9Eg65K\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"X8VySjrYGk\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"bottom\":{\"style\":\"none\"},\"left\":{\"style\":\"none\"}}}}}}},\"hash\":\"jqOqWzoTm\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"K0QHTDh-L\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":300}}}}}} -->\nJoin us for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"YQIwhdA4T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ioIiagaMM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"6CTZeEKPDZ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"wj-TYEY-qa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"JEdUv9eIOR\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"70AGYNHgd\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"E3G7_AN6RD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"V2jI96hhH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"fZNJUeibP2\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"Eq7PiMpGI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"bdlRQajcD\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','publish','closed','closed','','front_page','','','2024-01-02 16:36:02','2024-01-02 16:36:02','',0,'https://khia.abasa.com/?page_id=11',0,'page','',0),(12,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','','Blog','','draft','closed','closed','','blog','','','2023-12-30 00:00:14','2023-12-30 00:00:14','',0,'https://khia.abasa.com/?page_id=12',0,'page','',0),(15,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"404-header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-Zam-Tq5W3\",\"hash\":\"ed703cc6\"}} /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}}} /-->','404','','publish','closed','closed','','404','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=15',0,'wp_template','',0),(16,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"id\":\"n-SE3FyQQy\",\"styleRef\":\"p1i1IV2M0u\",\"hash\":\"fd9ae78c\"}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"p7Z7tbZgOg\",\"props\":{\"width\":\"boxed\"}}} --><!-- wp:kubio/row {\"kubio\":{\"id\":\"zxoBGKTYJF\",\"styleRef\":\"BI8NFTorih\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"8ffcc276\"}} --><!-- wp:kubio/column {\"kubio\":{\"id\":\"WyTjgSWh_f\",\"styleRef\":\"PsLKFk_x3\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":300,\"unit\":\"px\"}}}}},\"hash\":\"34a6339c\"}} --><!-- wp:kubio/widget-area {\"kubio\":{\"styleRef\":\"nfNa97cGj\",\"id\":\"GGx9XbB22o\",\"hash\":\"I-TI_5dczi\"},\"id\":\"kubio-woocommerce\"} /--><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"id\":\"WmdmDspaoi\",\"styleRef\":\"DbkmkmgSJj\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"},\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"6203da30\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}} --><!-- wp:post-content /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}}} /-->','Archive Product','','publish','closed','closed','','archive-product','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=16',0,'wp_template','',0),(17,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"front-header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"RW_QAhu4iL\",\"hash\":\"QhlNMjh6y\",\"style\":{\"descendants\":{\"container\":{\"states\":{\"hover\":{}}}}}},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:post-content {\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"qPjFIdF0Y\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Front Page','','publish','closed','closed','','front-page','','','2024-01-01 11:57:12','2024-01-01 11:57:12','',0,'https://khia.abasa.com/?p=17',0,'wp_template','',0),(18,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"RW_QAhu4iL\",\"hash\":\"j44lfkmuCu\"},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:post-content {\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"qPjFIdF0Y\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Full Width','','publish','closed','closed','','full-width','','','2023-12-31 12:33:01','2023-12-31 12:33:01','',0,'https://khia.abasa.com/?p=18',0,'wp_template','',0),(19,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-Zam-Tq5W3\"}} /-->\n\n<!-- wp:kubio/query-layout {\"kubio\":{\"styleRef\":\"1MCYzfcZN\"},\"attrs\":{\"name\":\"Blog Layout\"},\"anchor\":\"blog-layout\"} --><!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"baLWB4dRKjp\",\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"hash\":\"30eb61bc\"},\"templateLock\":\"insert\"} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kxeqsSpdy-n\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":-15,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":-25,\"unit\":\"px\"}}}}},\"props\":{\"internal\":{\"queryLayout\":{\"type\":\"query\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":\"\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":\"\",\"unit\":\"%\"}}}}}}},\"hash\":\"6aceeb80\"}} --><!-- wp:kubio/query {\"queryId\":2,\"useMainQuery\":true,\"query\":{\"perPage\":10,\"pages\":1,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"search\":\"\",\"exclude\":[5],\"sticky\":\"\"},\"kubio\":{\"styleRef\":\"CtKC_EuIZL\"}} --><!-- wp:kubio/query-loop {\"kubio\":{\"styleRef\":\"vrf0UGkWrN\",\"props\":{\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"horizontalAlign\":\"start\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":0}}}},\"hash\":\"5543c278\"},\"masonry\":true} --><!-- wp:kubio/query-loop-item {\"kubio\":{\"styleRef\":\"fx1L_l5Ny-\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"bottom\":{\"value\":0,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.3)\",\"blur\":\"6\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"3\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"top\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"right\":{\"radius\":{\"left\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":8,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":8,\"unit\":\"px\"}}}},\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":0}}}},\"hash\":\"6b884e96\"}} --><!-- wp:kubio/post-featured-image {\"kubio\":{\"styleRef\":\"6duco09NdG\",\"style\":{\"descendants\":{\"container\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgb(163,172,190)\"}},\"image\":{\"object\":{\"position\":\"top center\"}}}},\"hash\":\"62331b742254ea51\",\"props\":{\"aspectRatio\":\"4-3\"}},\"showPlaceholder\":true,\"addLink\":true} /--><!-- wp:kubio/divider {\"kubio\":{\"styleRef\":\"p4SFGiqsd\",\"props\":{\"type\":\"line\"},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"bottom\":{\"value\":30,\"unit\":\"px\"},\"top\":{\"value\":30,\"unit\":\"px\"}},\"textAlign\":\"left\"},\"line\":{\"border\":{\"top\":{\"style\":\"solid\"},\"left\":{\"style\":\"solid\"},\"right\":{\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":3,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\"}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":50,\"unit\":\"px\"},\"height\":{\"value\":50,\"unit\":\"px\"},\"margin\":{\"left\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}},\"width-container\":{\"width\":{\"value\":30,\"unit\":\"%\"}}}},\"hash\":\"13fc457014fd4aec\"},\"iconName\":\"font-awesome/star\",\"anchor\":\"divider\"} /--><!-- wp:kubio/post-title {\"kubio\":{\"styleRef\":\"yndIzn0LAb\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\",\"typography\":{\"size\":{\"value\":1.5,\"unit\":\"em\"}}}}},\"hash\":\"SHysT68oJ\"},\"headingType\":\"h4\"} /--><!-- wp:kubio/post-meta {\"kubio\":{\"styleRef\":\"T2yqalWyM\",\"hash\":\"548401d0\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\",\"family\":\"Poppins\",\"weight\":600,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":600,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":600,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}}}}},\"showIcons\":false,\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"font-awesome/user\",\"id\":0,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome/calendar\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":true,\"icon\":\"font-awesome/clock-o\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome/comment\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"}],\"anchor\":\"post-metadata\"} /--><!-- wp:kubio/post-excerpt {\"kubio\":{\"styleRef\":\"fVTtKcA3Zp\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}}}},\"hash\":\"9oZ6W3tnj\"},\"wordCount\":18} /--><!-- wp:kubio/read-more-button {\"kubio\":{\"styleRef\":\"DVovXhoA8H\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"custom\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Poppins\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":700,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"none\",\"letterSpacing\":{\"value\":0,\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":0,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":0,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":0},\"bottom\":{\"unit\":\"px\",\"value\":0},\"left\":{\"unit\":\"px\",\"value\":0},\"right\":{\"unit\":\"px\",\"value\":0}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}},\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"spacing\":{\"textAlign\":\"left\"}}},\"hash\":\"718e4e22bd9eb4aa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"},\"anchor\":\"read-more-button\"} -->\nRead more\n<!-- /wp:kubio/read-more-button --><!-- /wp:kubio/query-loop-item --><!-- /wp:kubio/query-loop --><!-- wp:kubio/query-pagination {\"kubio\":{\"styleRef\":\"vD7AVCTELY\",\"props\":{\"layout\":{\"equalWidth\":false,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"09d9e194\"}} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tBYU0uM8Xx\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":0}},\"hash\":\"053fa70e\"}} --><!-- wp:kubio/pagination-nav-button {\"kubio\":{\"styleRef\":\"ELgmeRXRD-\",\"props\":{\"showIcon\":false,\"iconPosition\":\"before\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"size\":{\"unit\":\"px\",\"value\":\"12\"}},\"link\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":\"600\",\"transform\":\"\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}}}}}},\"hash\":\"7a270264\"},\"icon\":{\"name\":\"ionicons/ios-arrow-left\"}} -->\nPrevious\n<!-- /wp:kubio/pagination-nav-button --><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"P2OarhUKUK\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"center\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"4c80ca04\",\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1}}},\"layout\":{\"verticalAlign\":\"center\"}}}} --><!-- wp:kubio/pagination-numbers {\"kubio\":{\"styleRef\":\"tRiQFlrj8q\",\"hash\":\"f98e83fe\",\"style\":{\"descendants\":{\"numbers\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":3,\"unit\":\"px\"},\"right\":{\"value\":3,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":3,\"unit\":\"px\"},\"left\":{\"value\":3,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":2,\"unit\":\"px\"},\"bottom\":{\"value\":2,\"unit\":\"px\"},\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"right\":{\"value\":2,\"unit\":\"px\"},\"left\":{\"value\":2,\"unit\":\"px\"}}}}},\"general\":{\"padding\":{\"left\":{\"value\":2,\"unit\":\"px\"},\"right\":{\"value\":2,\"unit\":\"px\"}},\"typography\":{\"transform\":\"\",\"weight\":400},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"current\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":2,\"unit\":\"px\"},\"bottom\":{\"value\":2,\"unit\":\"px\"},\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"outer\":{\"textAlign\":\"center\"},\"dots\":{\"typography\":{\"weight\":300}}}}}} /--><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2nd5yuWmz9\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"right\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":0}},\"hash\":\"bd9e35d0\"}} --><!-- wp:kubio/pagination-nav-button {\"kubio\":{\"styleRef\":\"ACSe8L2gsX\",\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"}},\"size\":{\"unit\":\"px\",\"value\":\"12\"}},\"link\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":600,\"transform\":\"\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"}}}}},\"hash\":\"ed9ed6f8\"},\"icon\":{\"name\":\"ionicons/ios-arrow-right\"},\"action\":\"next\"} -->\nNext\n<!-- /wp:kubio/pagination-nav-button --><!-- /wp:kubio/column --><!-- /wp:kubio/query-pagination --><!-- /wp:kubio/query --><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- /wp:kubio/query-layout -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}}} /-->','Index','','publish','closed','closed','','index','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=19',0,'wp_template','',0),(20,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"id\":\"kd_9rxsmg\",\"styleRef\":\"OwgZj2bCI3\",\"hash\":\"fd9ae78c\"}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"id\":\"vpWQFI4LvE\",\"styleRef\":\"eZOO6_njVX\",\"props\":{\"width\":\"boxed\"},\"hash\":\"6e1ec96a\"}} --><!-- wp:kubio/row {\"kubio\":{\"id\":\"AWplIaV7Hl\",\"styleRef\":\"nS68_tL1If\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"4b5c43d2\"}} --><!-- wp:kubio/column {\"kubio\":{\"id\":\"mGbJuhBISd\",\"styleRef\":\"CLNXRJv2N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":300,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"order\":2}}}}},\"hash\":\"61bec024\"}} --><!-- wp:kubio/sidebar {\"slug\":\"page-sidebar\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"yOiyDDwB4\",\"id\":\"XowSB9lCPe\",\"hash\":\"Y9ypErBRvS\"},\"anchor\":\"sidebar\"} /--><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"id\":\"2oTZ1_fZBV\",\"styleRef\":\"yxi-Yg7NV8\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"},\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"4b348df8\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"order\":1}}}}}}} --><!-- wp:post-content /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"7VAKvEKq60\",\"id\":\"3QnQoo6Sik\",\"props\":{\"useFooterParallax\":null}}} /-->\n','Page With Left Sidebar','','publish','closed','closed','','page-with-left-sidebar','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=20',0,'wp_template','',0),(21,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"id\":\"kd_9rxsmg\",\"styleRef\":\"OwgZj2bCI3\",\"hash\":\"fd9ae78c\"}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"id\":\"vpWQFI4LvE\",\"styleRef\":\"eZOO6_njVX\",\"props\":{\"width\":\"boxed\"},\"hash\":\"6e1ec96a\"}} --><!-- wp:kubio/row {\"kubio\":{\"id\":\"AWplIaV7Hl\",\"styleRef\":\"nS68_tL1If\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"4b5c43d2\"}} --><!-- wp:kubio/column {\"kubio\":{\"id\":\"2oTZ1_fZBV\",\"styleRef\":\"yxi-Yg7NV8\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"},\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"92309a80\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}} --><!-- wp:post-content /--><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"id\":\"mGbJuhBISd\",\"styleRef\":\"CLNXRJv2N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":300,\"unit\":\"px\"}}}}},\"hash\":\"b928ce80\"}} --><!-- wp:kubio/sidebar {\"slug\":\"page-sidebar\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"yOiyDDwB4\",\"id\":\"XowSB9lCPe\",\"hash\":\"Y9ypErBRvS\"},\"anchor\":\"sidebar\"} /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"7VAKvEKq60\",\"id\":\"3QnQoo6Sik\",\"props\":{\"useFooterParallax\":null}}} /-->\n','Page With Right Sidebar','','publish','closed','closed','','page-with-right-sidebar','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=21',0,'wp_template','',0),(22,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"p1i1IV2M0u\",\"hash\":\"fd9ae78c\"},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"pgrNuTqGb1\",\"hash\":\"lf6UtL5Gjn\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}}},\"attrs\":{\"name\":\"F.A.Q.\"},\"anchor\":\"faq\",\"kubioAI\":{\"meta\":{\"category\":\"f.a.q.\",\"cloudPresetId\":744}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"a5xxdcDTJS\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"nZXq6RZmd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"W-7qz6HS2b\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"FUK7QxtmGP\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Y_br2yFVaN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"agFxWjX-2\"},\"kubioAI\":{\"desc\":\"F.A.Q. text\"}} -->\nF.A.Q.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"LvXmaqylcc\",\"props\":{\"level\":2},\"hash\":\"_Dx6WJQ5R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Frequently Asked Questions text\"}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"wQ2yIfXdhfC\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"j1szE9y-dkb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u189VANuMZq\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"NyO17I4hGWf\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_4MkZ4fzN0f\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":0}}}},\"hash\":\"tmjMG_pHZ_L\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"acDNsDEMS7k\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"pNemK-jsGq_\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Fr8q5qN-Ll0\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":30,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false},\"textAlign\":\"left\"}}},\"hash\":\"Z9mpSoZ_IjK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/question\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dA53ee5b1s7\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":35,\"unit\":\"%\"}}}}},\"hash\":\"0hyEUgNgJW0\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"uZRCwQ7GWGW\",\"props\":{\"level\":4,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"p7SK-z8Z9HB\"},\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nLorem ipsum dolor sit amet, fringilla id rutrum vel consectetur elit?\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"iaSzAPwTxWu\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"F_7GSLD_sBn\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"BZ6pQnz5TUX\",\"hash\":\"YsyEx4BpTuv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"size\":{\"value\":18,\"unit\":\"px\"}}}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nSuspendisse vulputate scelerisque sapien at tempus. Nulla at lorem ante. Mauris ligula risus, rutrum ac sodales in, condimentum a dolor. Vivamus scelerisque sem dictum, blandit sem at, laoreet nisi. Maecenas porttitor sapien vestibulum mauris ultricies lobortis. \n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u189VANuMZq\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"nuqxxqwX0gA\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_4MkZ4fzN0f\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":0}}}},\"hash\":\"mqkcxYNTfLc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"acDNsDEMS7k\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"DVU_nN2EaZI\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Fr8q5qN-Ll0\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":30,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false},\"textAlign\":\"left\"}}},\"hash\":\"w4hL2EhgSdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/question\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dA53ee5b1s7\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":35,\"unit\":\"%\"}}}}},\"hash\":\"KPK36lu3t50\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"uZRCwQ7GWGW\",\"props\":{\"level\":4,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-o4ZDNUe9Mv\"},\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nLorem ipsum dolor sit amet, fringilla id rutrum vel consectetur elit?\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"iaSzAPwTxWu\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"tiR4hf2L5S9\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"BZ6pQnz5TUX\",\"hash\":\"K5-5O9cmEJO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"size\":{\"value\":18,\"unit\":\"px\"}}}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nSuspendisse vulputate scelerisque sapien at tempus. Nulla at lorem ante. Mauris ligula risus, rutrum ac sodales in, condimentum a dolor. Vivamus scelerisque sem dictum, blandit sem at, laoreet nisi. \n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Page','','publish','closed','closed','','page','','','2023-12-30 19:16:57','2023-12-30 19:16:57','',0,'https://khia.abasa.com/?p=22',0,'wp_template','',0),(23,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"search-theme-Zam-Tq5W3\"}} /-->\n\n<!-- wp:kubio/query-layout {\"kubio\":{\"styleRef\":\"search-1MCYzfcZN\"},\"attrs\":{\"name\":\"Blog Layout\"},\"anchor\":\"blog-layout\"} --><!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"search-baLWB4dRKjp\",\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"hash\":\"79dcbc202add0556\"},\"templateLock\":\"all\"} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"search-kxeqsSpdy-n\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":-25,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":-15,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"props\":{\"internal\":{\"queryLayout\":{\"type\":\"query\"}},\"layout\":{\"verticalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":75,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"3d3f815859322f29\"}} --><!-- wp:kubio/query {\"queryId\":2,\"useMainQuery\":true,\"query\":{\"perPage\":10,\"pages\":1,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"search\":\"\",\"exclude\":[5],\"sticky\":\"\"},\"kubio\":{\"styleRef\":\"search-CtKC_EuIZL\"}} --><!-- wp:kubio/query-loop {\"kubio\":{\"styleRef\":\"search-vrf0UGkWrN\",\"props\":{\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"horizontalAlign\":\"start\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":0}}}},\"hash\":\"176a9e6e0b791844\"},\"masonry\":true} --><!-- wp:kubio/query-loop-item {\"kubio\":{\"styleRef\":\"search-fx1L_l5Ny-\",\"style\":{\"descendants\":{\"inner\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.3)\",\"blur\":\"6\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"3\",\"inset\":\"\"}]},\"border\":{\"right\":{\"radius\":{\"left\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":8,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":8,\"unit\":\"px\"}}}},\"textAlign\":\"left\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"hash\":\"19d0bfba41d52c73\"}} --><!-- wp:kubio/post-featured-image {\"kubio\":{\"styleRef\":\"search-6duco09NdG\",\"style\":{\"descendants\":{\"container\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgb(163,172,190)\"}},\"image\":{\"object\":{\"position\":\"top center\"}}}},\"hash\":\"32613ecc2254ea51\",\"props\":{\"aspectRatio\":\"4-3\"}},\"showPlaceholder\":true,\"addLink\":true} /--><!-- wp:kubio/divider {\"kubio\":{\"styleRef\":\"search-Lhd-a4V3Of\",\"props\":{\"type\":\"line\"},\"style\":{\"descendants\":{\"line\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"style\":\"solid\"},\"left\":{\"style\":\"solid\"},\"right\":{\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":3,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\"}}},\"outer\":{\"padding\":{\"bottom\":{\"value\":30,\"unit\":\"px\"},\"top\":{\"value\":30,\"unit\":\"px\"}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":50,\"unit\":\"px\"},\"height\":{\"value\":50,\"unit\":\"px\"},\"margin\":{\"left\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}},\"width-container\":{\"width\":{\"value\":30,\"unit\":\"%\"}}}},\"hash\":\"6bb492b424c83606\"},\"iconName\":\"font-awesome/star\"} /--><!-- wp:kubio/post-title {\"kubio\":{\"styleRef\":\"search-yndIzn0LAb\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"}}},\"hash\":\"181b09b0\"},\"headingType\":\"h4\"} /--><!-- wp:kubio/post-meta {\"kubio\":{\"styleRef\":\"nng4XPLA_\",\"hash\":\"05a4348677a98844\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\",\"family\":\"Poppins\",\"weight\":600,\"size\":{\"value\":14,\"unit\":\"px\"},\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"family\":\"Poppins\",\"weight\":600,\"size\":{\"value\":14,\"unit\":\"px\"},\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"metaDataSuffix\":{\"typography\":{\"family\":\"Poppins\",\"weight\":600,\"size\":{\"value\":14,\"unit\":\"px\"},\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}}}}},\"showIcons\":false,\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"font-awesome/user\",\"id\":0,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome/calendar\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":true,\"icon\":\"font-awesome/clock-o\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome/comment\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"}]} /--><!-- wp:kubio/post-excerpt {\"kubio\":{\"styleRef\":\"search-fVTtKcA3Zp\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"Roboto\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}}}}},\"hash\":\"0f3fab303d183317\"},\"wordCount\":18} /--><!-- /wp:kubio/query-loop-item --><!-- /wp:kubio/query-loop --><!-- wp:kubio/query-pagination {\"kubio\":{\"styleRef\":\"search-vD7AVCTELY\",\"props\":{\"layout\":{\"equalWidth\":false,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"09d9e194\"}} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"search-tBYU0uM8Xx\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":0}},\"hash\":\"053fa70e\"}} --><!-- wp:kubio/pagination-nav-button {\"kubio\":{\"styleRef\":\"search-ELgmeRXRD-\",\"props\":{\"showIcon\":false,\"iconPosition\":\"before\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"size\":{\"unit\":\"px\",\"value\":\"12\"}},\"link\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":\"600\",\"transform\":\"\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}}}}}},\"hash\":\"7a270264\"},\"icon\":{\"name\":\"ionicons/ios-arrow-left\"}} -->\nPrevious\n<!-- /wp:kubio/pagination-nav-button --><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"search-P2OarhUKUK\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"center\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5263dbb8\",\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1}}},\"layout\":{\"verticalAlign\":\"center\"}}}} --><!-- wp:kubio/pagination-numbers {\"kubio\":{\"styleRef\":\"search-tRiQFlrj8q\",\"hash\":\"24e481bc\",\"style\":{\"descendants\":{\"numbers\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":3,\"unit\":\"px\"},\"right\":{\"value\":3,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":3,\"unit\":\"px\"},\"left\":{\"value\":3,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":2,\"unit\":\"px\"},\"bottom\":{\"value\":2,\"unit\":\"px\"},\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"right\":{\"value\":2,\"unit\":\"px\"},\"left\":{\"value\":2,\"unit\":\"px\"}}}}},\"general\":{\"padding\":{\"left\":{\"value\":2,\"unit\":\"px\"},\"right\":{\"value\":2,\"unit\":\"px\"}},\"typography\":{\"transform\":\"\",\"weight\":400},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"current\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":2,\"unit\":\"px\"},\"bottom\":{\"value\":2,\"unit\":\"px\"},\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"outer\":{\"textAlign\":\"center\"},\"dots\":{\"typography\":{\"weight\":300}}}}}} /--><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"search-2nd5yuWmz9\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"right\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":0}},\"hash\":\"bd9e35d0\"}} --><!-- wp:kubio/pagination-nav-button {\"kubio\":{\"styleRef\":\"search-ACSe8L2gsX\",\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"}},\"size\":{\"unit\":\"px\",\"value\":\"12\"}},\"link\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":600,\"transform\":\"\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"}}}}},\"hash\":\"ed9ed6f8\"},\"icon\":{\"name\":\"ionicons/ios-arrow-right\"},\"action\":\"next\"} -->\nNext\n<!-- /wp:kubio/pagination-nav-button --><!-- /wp:kubio/column --><!-- /wp:kubio/query-pagination --><!-- /wp:kubio/query --><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"search-f5wDJx69T0o\",\"props\":{\"internal\":{\"queryLayout\":{\"type\":\"sidebar\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":25,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"31bea74a\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"}}}}}}}}} --><!-- wp:kubio/sidebar {\"slug\":\"sidebar\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"search-qlHAH4aftky\"}} /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- /wp:kubio/query-layout -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"search-theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}}} /-->','Search','','publish','closed','closed','','search','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=23',0,'wp_template','',0),(24,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"id\":\"n-SE3FyQQy\",\"styleRef\":\"p1i1IV2M0u\",\"hash\":\"fd9ae78c\"}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"p7Z7tbZgOg\",\"props\":{\"width\":\"boxed\"}}} --><!-- wp:kubio/row {\"kubio\":{\"id\":\"zxoBGKTYJF\",\"styleRef\":\"BI8NFTorih\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"48ca7794\"}} --><!-- wp:kubio/column {\"kubio\":{\"id\":\"WmdmDspaoi\",\"styleRef\":\"DbkmkmgSJj\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"},\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"557b6dd4\"}} --><!-- wp:post-content /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}}} /-->','Single Product','','publish','closed','closed','','single-product','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=24',0,'wp_template','',0),(25,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"single-theme-Zam-Tq5W3\"}} /-->\n\n<!-- wp:kubio/query-layout {\"kubio\":{\"styleRef\":\"single-lAFSH8Xo9x\"},\"attrs\":{\"name\":\"Blog Layout\"},\"anchor\":\"blog-layout\"} --><!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"single-baLWB4dRKjp\",\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"hash\":\"36557d40\"},\"templateLock\":\"insert\"} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"single-kxeqsSpdy-n\",\"props\":{\"internal\":{\"queryLayout\":{\"type\":\"query\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":75,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"ddc75e6c\"}} --><!-- wp:kubio/divider {\"kubio\":{\"styleRef\":\"5Y-cAwiw7\",\"props\":{\"type\":\"line\"},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"},\"line\":{\"border\":{\"top\":{\"style\":\"solid\"},\"left\":{\"style\":\"solid\"},\"right\":{\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":3,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\"}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":50,\"unit\":\"px\"},\"height\":{\"value\":50,\"unit\":\"px\"},\"margin\":{\"left\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}},\"width-container\":{\"width\":{\"value\":25,\"unit\":\"%\"}}}},\"hash\":\"rgBlj8TGA\"},\"iconName\":\"font-awesome/star\",\"anchor\":\"divider\"} /--><!-- wp:kubio/post-meta {\"kubio\":{\"styleRef\":\"KGesgqe_P\",\"hash\":\"67e18740\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\",\"family\":\"Poppins\",\"weight\":600,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":600,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":600,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}}}}},\"showIcons\":false,\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"font-awesome/user\",\"id\":0,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"font-awesome/calendar\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":true,\"icon\":\"font-awesome/clock-o\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"font-awesome/comment\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"}],\"anchor\":\"post-metadata\"} /--><!-- wp:kubio/post-featured-image {\"kubio\":{\"styleRef\":\"single-rlYTEhTMib\",\"style\":{\"descendants\":{\"image\":{\"object\":{\"fit\":\"cover\"}},\"container\":{\"background\":{\"color\":\"rgb(163,172,190)\"}}}},\"hash\":\"55a72262\",\"props\":{\"verticalAlign\":\"end\",\"aspectRatio\":\"16-9\"}},\"showPlaceholder\":true} /--><!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"single-SbdKxHs2YI\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"hash\":\"6b0bc5d4\"}} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"single-3VGwAjm9cX\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"hash\":\"0b5f9796\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}} --><!-- wp:post-content {\"kubio\":{\"id\":\"DguE7V84m\",\"styleRef\":\"single-rShhGw_DzT\",\"hash\":\"ea83d0ea\"}} /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"single-1uGRU27HVz\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"equalWidth\":false,\"equalHeight\":true,\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"horizontalAlign\":\"start\"}},\"hash\":\"18583f55\"}} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"single-K4Akm2YNqS\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"fitToContent\"}},\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"hash\":\"ecaf2490\"}} --><!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"single-1pwRcGAnh\",\"hash\":\"62c36bf4\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"size\":{\"value\":13,\"unit\":\"px\"}}}}}}} -->\nTags:\n<!-- /wp:kubio/text --><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"single-LfW21x_joR\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":1,\"verticalInnerGap\":1}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"318c3558\"}} --><!-- wp:kubio/post-tags {\"kubio\":{\"styleRef\":\"single-tlSt_AyBi\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":12,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"container\":{\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"placeholder\":{\"typography\":{\"size\":{\"value\":13,\"unit\":\"px\"}}}}},\"hash\":\"DxjWJ7s4y\"},\"placeholder\":\"No tags\"} /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- wp:kubio/query-pagination {\"kubio\":{\"styleRef\":\"single-nqLiVZCaYo\",\"props\":{\"layout\":{\"equalWidth\":false,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgb(245, 248, 251)\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgb(245, 248, 251)\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}},\"hash\":\"ed85b5aa\"}} --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"single-3ndM77FkZV\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}},\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"},\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"66f0b5e6\",\"props\":{\"layout\":{\"horizontalInnerGap\":0}}}} --><!-- wp:kubio/pagination-nav-button {\"kubio\":{\"styleRef\":\"single-ELgmeRXRD-\",\"props\":{\"showIcon\":false,\"iconPosition\":\"before\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"size\":{\"unit\":\"px\",\"value\":\"12\"}},\"link\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":\"600\",\"transform\":\"\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}}}}}},\"hash\":\"571c3bc4\"},\"icon\":{\"name\":\"ionicons/ios-arrow-left\"}} -->\nPrevious\n<!-- /wp:kubio/pagination-nav-button --><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"single-mMPMCQqWfs\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}},\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"right\"},\"inner\":{\"textAlign\":\"right\"}}},\"hash\":\"318164c0\",\"props\":{\"layout\":{\"horizontalInnerGap\":0}}}} --><!-- wp:kubio/pagination-nav-button {\"kubio\":{\"styleRef\":\"single-ACSe8L2gsX\",\"props\":{\"showIcon\":false,\"iconPosition\":\"after\",\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"}},\"size\":{\"unit\":\"px\",\"value\":\"12\"}},\"link\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":600,\"transform\":\"\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"}}}}},\"hash\":\"ed9ed6f8\"},\"icon\":{\"name\":\"ionicons/ios-arrow-right\"},\"action\":\"next\"} -->\nNext\n<!-- /wp:kubio/pagination-nav-button --><!-- /wp:kubio/column --><!-- /wp:kubio/query-pagination --><!-- wp:kubio/post-comments {\"kubio\":{\"styleRef\":\"single-s5UQRGEAN\",\"hash\":\"4c8260ec\",\"style\":{\"descendants\":{\"commentAuthorName\":{\"typography\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"}}},\"commentAvatar\":{\"margin\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"}}},\"comment\":{\"border\":{\"top\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"}}},\"alternateComment\":{\"border\":{\"top\":{\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"bottom\":{\"style\":\"none\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"}}},\"commentReplies\":{\"margin\":{\"left\":{\"value\":12,\"unit\":\"px\"}}},\"commentsContainer\":{\"margin\":{\"left\":{\"value\":-10,\"unit\":\"px\"}}},\"commentReply\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}},\"commentDate\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}}},\"commentEdit\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}}},\"descendants\":{\"commentAuthorLink\":{\"typography\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"}}}}}},\"migrations\":[1]},\"avatarSize\":\"40\"} /--><!-- wp:kubio/post-comments-form {\"kubio\":{\"styleRef\":\"single-oXoikmHxB\",\"style\":{\"descendants\":{\"commentFormInputs\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),0.2)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-6),0.2)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0.6)\"}},\"commentFormButton\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"transform\":\"uppercase\",\"size\":{\"value\":14,\"unit\":\"px\"},\"letterSpacing\":{\"value\":1,\"unit\":\"px\"},\"weight\":300,\"family\":\"Poppins\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":16,\"unit\":\"px\"},\"bottom\":{\"value\":16,\"unit\":\"px\"},\"left\":{\"value\":32,\"unit\":\"px\"},\"right\":{\"value\":32,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"commentFormLinks\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}},\"commentFormTitle\":{\"typography\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"weight\":600,\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}},\"hash\":\"405d6d3a\"}} /--><!-- /wp:kubio/column --><!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"single-f5wDJx69T0o\",\"props\":{\"internal\":{\"queryLayout\":{\"type\":\"sidebar\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":25,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"3155d4e2\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"}}}}}}}}} --><!-- wp:kubio/sidebar {\"slug\":\"sidebar\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"single-qlHAH4aftky\"}} /--><!-- /wp:kubio/column --><!-- /wp:kubio/row --><!-- /wp:kubio/query-layout -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"single-theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}}} /-->','Single Post','','publish','closed','closed','','single','','','2023-12-28 17:27:33','2023-12-28 17:27:33','',0,'https://khia.abasa.com/?p=25',0,'wp_template','',0),(26,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"XJl-9ABOHW\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"9LZv4WNk1c\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"EsXZpwKQMQ\",\"hash\":\"cbvh5TCg4A\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"4heivZB1cJ\",\"hash\":\"nYAxz_rbFy\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JDjuL1ZfPd\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"vJNX1BmNpI\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"nz548IMAUD\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"SlyBs_qjLh\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"BdydnCwmvT5\",\"hash\":\"aAD_XxtfbDk\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OX37abujti6\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"E56_60O6Vg5\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"jFDU2ccil3r\",\"hash\":\"Fq7LyPMvUcj\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PFhwwJiqXp9\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"A4S05o8fKdm\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"KHbKZNXoLEK\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"tfuWmKNf6YI\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"nKEFMsvbvcJ\",\"hash\":\"MNQ6eO8NGBx\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"2Rwpzk-8snf\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"pnLzbu58OZd\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"WXwupdXC26f\",\"hash\":\"-Mb-zaOYOJt\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"hl3lfOondnj\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"mouCfHIDgR0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"AfKc6r9Lwuw\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"-X9-xCd6fEA\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"OIVFkRcaJOy\",\"hash\":\"F8_GsPdG64g\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"DMjXpf1pCSc\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"ayOeE_fK8NM\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"tzzVKjrYX9R\",\"hash\":\"bTIXUsqZswJ\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"87jiJTJ96zG\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"6Wt90SHvNzt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VD16sFgWrnn\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"vJ-KVgZrFKC\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"ZgziM4uGtiO\",\"hash\":\"x7Xmt9RR4pI\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"KFTMhA6WOVh\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"downArrow\":{\"enabled\":false},\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"layoutType\":\"textWithMediaOnRight\"},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"full-screen\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"background\":{\"type\":\"image\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"color\":{\"opacity\":0.6,\"value\":\"rgb(0,0,0)\"}},\"image\":[{\"source\":{\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":50,\"y\":50},\"attachment\":\"scroll\"}],\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/beach-landscape-sea-water-nature-sand-1061655-pxhere.com_.jpg\"},{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com_.jpg\"},{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/leaf-nature-water-green-freshness-dew-1440543-pxhere.com_.jpg\"}]},\"video\":{\"poster\":{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://static-assets.kubiobuilder.com/themes/vertice/assets/demo-video.mp4\"},\"external\":{\"url\":\"\"},\"type\":\"external\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":150},\"bottom\":{\"value\":150,\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"#FFF\",\"type\":\"mountains\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false},\"top\":{\"color\":\"white\"}}}}},\"hash\":\"aeFV9e0gw\"},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"styleRef\":\"vv0pRzL5YoZ\",\"hash\":\"612fc898\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"},\"tablet\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"styleRef\":\"vPVKm6K-swr\",\"hash\":\"1babb0ac\"}} -->\n<!-- wp:kubio/page-title {\"kubio\":{\"styleRef\":\"SzZXH7PdCL\",\"props\":{\"level\":\"h1\"},\"hash\":\"382cd5b6\"}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"CryHflZk8\",\"hash\":\"NDEoESt8T\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}},\"props\":{\"level\":4}}} -->\nOh no! Are you lost?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/home-button {\"kubio\":{\"styleRef\":\"XE8iPl7Auw\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":true,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\",\"textAlign\":\"center\"},\"style\":{\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":16},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"typography\":{\"color\":\"#fff\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":16},\"bottom\":{\"unit\":\"px\",\"value\":16},\"left\":{\"unit\":\"px\",\"value\":32},\"right\":{\"unit\":\"px\",\"value\":32}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"1dvr6UjqCX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"icons8-line-awesome/home\"}} -->\nGo to Homepage\n<!-- /wp:kubio/home-button -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','404 Header','','publish','closed','closed','','404-header','','','2023-12-30 13:39:34','2023-12-30 13:39:34','',0,'https://khia.abasa.com/?p=26',0,'wp_template_part','',0),(27,1,'2023-12-28 17:27:33','2023-12-28 17:27:33','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":44.58,\"unit\":\"%\"}}}}}}},\"hash\":\"nLzQV_5EB\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"2SzXj6D_I\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"tH6EPegTD\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"shzBM2Sy1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://wa.me/442071000555\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":49.97,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55.37,\"unit\":\"%\"}}}}}}},\"hash\":\"2TCrDNAejx\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"3KODoyiW3\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"vw86FiNXBz\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"cN18AuzAEW\",\"hash\":\"ZTGdeucfc\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/testimonial/\"}} -->\nTestimonial\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"ieS0MIa158\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"2J-0csX_RT\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"8Nj6HtKBus\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"ZHPTttRhgz\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','publish','closed','closed','','footer','','','2024-01-08 10:16:59','2024-01-08 10:16:59','',0,'https://khia.abasa.com/?p=27',0,'wp_template_part','',0),(28,1,'2023-12-28 17:27:34','2023-12-28 17:27:34','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\"}}]},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"3m5YHx24UG\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"EnIeNIf2dy\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"1lj3x8oob\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"n2d2I6X22\"},\"link\":{\"value\":\"https://khia.abasa.com/about/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','publish','closed','closed','','front-header','','','2024-01-01 12:12:15','2024-01-01 12:12:15','',0,'https://khia.abasa.com/?p=28',0,'wp_template_part','',0),(29,1,'2023-12-28 17:27:34','2023-12-28 17:27:34','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"tQxzUXOi9o\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"bc6O9vLN-\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"sNZ9xUM8ReR\",\"hash\":\"KPOTYPs5TyL\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"P9f03DP0vwS\",\"hash\":\"F749iAaooq2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"hZWxp64l9nC\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"DfbUG63MDg5\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"6h2CZwR7i3G\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"JVwC_SrTw1b\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"4YrpoDz2gL0\",\"hash\":\"qQWDgwoKp\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"JYb658x8ZIx\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"gJ01qf_rYmP\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Ra587dPCzfn\",\"hash\":\"qa1QZxwREua\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7Y8VUxrJhXD\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"27AasG22M90\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"ebeW8ZXd6G-\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"Zm4qHwnlM\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"yZHw4oy_9Oz\",\"hash\":\"OlPTw4h58Fq\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"0Wv6XuPo8M1\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"xssvHB8_SM6\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"hVTDvCDli53\",\"hash\":\"znCzCHR7nw4\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Lfzq8tRjKNN\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"zhD3okDCN7W\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"83WRoNxs1Rp\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"y8a2KyWpuip\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"eWvLpPbMUag\",\"hash\":\"RpdgpAv_jL8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"2p_-O_tj3KA\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"btBDdxcsd-b\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"IbEh3LLOYiU\",\"hash\":\"2wGlnzHqQLX\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ndFfsMMzHaP\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"Nj9AjdXfwyh\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c1YG6FUtZRt\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3o7HoibtEoN\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"la4X5IGafxH\",\"hash\":\"lXVuG1NJjZd\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->','Header','','publish','closed','closed','','header','','','2024-01-01 12:08:38','2024-01-01 12:08:38','',0,'https://khia.abasa.com/?p=29',0,'wp_template_part','',0),(30,1,'2023-12-28 17:27:34','2023-12-28 17:27:34','<!-- wp:kubio/row {\"kubio\":{\"id\":\"8dCsSrjMsp\",\"styleRef\":\"theme-t1RcpSwTMC\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ee488ef8\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"#f4f4f7\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"id\":\"EYHaORziZs\",\"styleRef\":\"theme-HE2LPNtfKX\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"52b9563f\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}} -->\n<!-- wp:kubio/search-form {\"kubio\":{\"id\":\"_2zeyugI0\",\"styleRef\":\"theme-ciaK61IeR\",\"style\":{\"descendants\":{\"input\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"width\":{\"value\":0,\"unit\":\"px\"}}}},\"button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"hash\":\"20202892\"}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"id\":\"oT_xHtkfdV8\",\"styleRef\":\"theme-R9xOJzpKQW0\",\"props\":{\"level\":4},\"hash\":\"791eec86\",\"style\":{\"descendants\":{\"text\":{\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} -->\nLatest Comments\n<!-- /wp:kubio/heading -->\n\n<!-- wp:latest-comments {\"displayAvatar\":false,\"displayExcerpt\":false,\"kubio\":{\"id\":\"Qv78Ez7ps\",\"styleRef\":\"dAlw2G59Yo\",\"style\":{\"descendants\":{\"widget-box\":{\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\"}}]},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"widget-link\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"widget-excerpt\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"Open Sans\",\"weight\":400}},\"widget-date\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"hash\":\"72bbe0a2\"},\"align\":\"center\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n','Page Sidebar','','publish','closed','closed','','page-sidebar','','','2023-12-28 17:27:34','2023-12-28 17:27:34','',0,'https://khia.abasa.com/?p=30',0,'wp_template_part','',0),(31,1,'2023-12-28 17:27:34','2023-12-28 17:27:34','<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"theme-t1RcpSwTMC\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"a9bda29859322f29\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),0.1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"theme-HE2LPNtfKX\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"52b9563f\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}} -->\n<!-- wp:kubio/search-form {\"kubio\":{\"styleRef\":\"theme-ciaK61IeR\",\"style\":{\"descendants\":{\"input\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"width\":{\"value\":\"\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"width\":{\"value\":\"\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"\",\"unit\":\"px\"},\"style\":\"none\"}}},\"button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"background\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"size\":{\"value\":20,\"unit\":\"px\"}}}},\"hash\":\"4f71450e\"},\"iconName\":\"icons8-line-awesome/search\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"theme-R9xOJzpKQW0\",\"props\":{\"level\":4},\"hash\":\"791eec86\",\"style\":{\"descendants\":{\"text\":{\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} -->\nLatest Comments\n<!-- /wp:kubio/heading -->\n\n<!-- wp:latest-comments {\"displayAvatar\":false,\"displayExcerpt\":false,\"kubio\":{\"styleRef\":\"dAlw2G59Yo\",\"id\":\"Qv78Ez7ps\",\"style\":{\"descendants\":{\"widget-box\":{\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\"}}]},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"widget-link\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Poppins\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"widget-excerpt\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"Open Sans\",\"weight\":400}},\"widget-date\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"hash\":\"35631ea6\"},\"align\":\"center\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->','Sidebar','','publish','closed','closed','','sidebar','','','2023-12-28 17:27:34','2023-12-28 17:27:34','',0,'https://khia.abasa.com/?p=31',0,'wp_template_part','',0),(39,1,'2023-12-29 19:38:54','2023-12-29 19:38:54','','2023 HAU 02 Home 01-04 Comp','','inherit','open','closed','','2023-hau-02-home-01-04-comp','','','2023-12-29 19:38:54','2023-12-29 19:38:54','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg',0,'attachment','image/jpeg',0),(40,1,'2023-12-29 19:44:08','2023-12-29 19:44:08','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"d37fjXe9s\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"uYD_u-V9N\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"Poppins\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"2I1weNXXL\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"hEEeEN958\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"Poppins\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"Poppins\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ClS60G7GKX\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2023-12-29 19:44:08','2023-12-29 19:44:08','',28,'https://khia.abasa.com/?p=40',0,'revision','',0),(41,1,'2023-12-29 19:50:20','2023-12-29 19:50:20','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"d37fjXe9s\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"uYD_u-V9N\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"Poppins\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"hdWWbCef-\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"hEEeEN958\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"Poppins\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"Poppins\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ClS60G7GKX\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2023-12-29 19:50:20','2023-12-29 19:50:20','',28,'https://khia.abasa.com/?p=41',0,'revision','',0),(42,1,'2023-12-29 19:50:21','2023-12-29 19:50:21','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[183,111,0],\"slug\":\"kubio-color-1\"},{\"color\":[1,59,111],\"slug\":\"kubio-color-2\"},{\"color\":[164,164,164],\"slug\":\"kubio-color-3\"},{\"color\":[28,28,28],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[182,158,121],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[182,134,61],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[183,111,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[97,59,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[12,7,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[1,104,195],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[74,93,110],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[37,76,110],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[1,59,111],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[0,13,25],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[214,214,214],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[164,164,164],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[112,112,112],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[61,61,61],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,10],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[231,231,231],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[180,180,180],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[129,129,129],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[78,78,78],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[28,28,28],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[163,172,190],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[90,95,105],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[18,19,21],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[10,14,20],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[3,9,20],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"Poppins\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":700,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":600,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Poppins\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":500,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":600,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Poppins\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":600,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Poppins\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":\"600\",\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Roboto\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"Roboto\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"kRvOc8KJm\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[183,111,0],\"slug\":\"kubio-color-1\"},{\"color\":[1,59,111],\"slug\":\"kubio-color-2\"},{\"color\":[166,166,166],\"slug\":\"kubio-color-3\"},{\"color\":[28,28,28],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-29 19:50:21','2023-12-29 19:50:21','',9,'https://khia.abasa.com/?p=42',0,'revision','',0),(43,1,'2023-12-29 19:53:41','2023-12-29 19:53:41','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"d37fjXe9s\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"uYD_u-V9N\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"FmP1BR5JX\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1lfSJoCYh\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2023-12-29 19:53:41','2023-12-29 19:53:41','',28,'https://khia.abasa.com/?p=43',0,'revision','',0),(44,1,'2023-12-29 19:53:42','2023-12-29 19:53:42','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[300,400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[183,111,0],\"slug\":\"kubio-color-1\"},{\"color\":[1,59,111],\"slug\":\"kubio-color-2\"},{\"color\":[164,164,164],\"slug\":\"kubio-color-3\"},{\"color\":[28,28,28],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[182,158,121],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[182,134,61],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[183,111,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[97,59,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[12,7,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[1,104,195],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[74,93,110],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[37,76,110],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[1,59,111],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[0,13,25],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[214,214,214],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[164,164,164],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[112,112,112],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[61,61,61],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,10],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[231,231,231],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[180,180,180],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[129,129,129],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[78,78,78],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[28,28,28],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[163,172,190],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[90,95,105],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[18,19,21],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[10,14,20],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[3,9,20],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Condensed\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":400,\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":400,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":400,\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"07Ypt-JD_\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[183,111,0],\"slug\":\"kubio-color-1\"},{\"color\":[1,59,111],\"slug\":\"kubio-color-2\"},{\"color\":[166,166,166],\"slug\":\"kubio-color-3\"},{\"color\":[28,28,28],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-29 19:53:42','2023-12-29 19:53:42','',9,'https://khia.abasa.com/?p=44',0,'revision','',0),(45,1,'2023-12-29 19:56:33','2023-12-29 19:56:33','','2023 HAU 01 Logo 07-03 Comp','','inherit','open','closed','','2023-hau-01-logo-07-03-comp','','','2023-12-29 19:56:33','2023-12-29 19:56:33','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-07-03-Comp.png',0,'attachment','image/png',0),(46,1,'2023-12-29 19:57:50','2023-12-29 19:57:50','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"d37fjXe9s\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"EnIeNIf2dy\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"FmP1BR5JX\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1lfSJoCYh\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2023-12-29 19:57:50','2023-12-29 19:57:50','',28,'https://khia.abasa.com/?p=46',0,'revision','',0),(47,1,'2023-12-29 20:13:09','2023-12-29 20:13:09','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}}}}}},\"hash\":\"vekvWG6sd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"U88le93Ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"O7iBY0XAbEq\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\"}}}}}},\"hash\":\"XDW5XvWiN\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"llXUuNjZ_v\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 20:13:09','2023-12-29 20:13:09','',11,'https://khia.abasa.com/?p=47',0,'revision','',0),(48,1,'2024-01-02 16:32:35','2023-12-29 20:52:22','','About','','publish','closed','closed','','about','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',0,'https://khia.abasa.com/?p=48',1,'nav_menu_item','',0),(49,1,'2023-12-29 20:52:24','2023-12-29 20:52:24','','kubio-image-33.png','','inherit','open','closed','','kubio-image-33-png','','','2023-12-29 20:52:24','2023-12-29 20:52:24','',0,'https://content.colibriwp.com/images/colibri-image-33.png',0,'attachment','image/png',0),(50,1,'2023-12-29 20:52:25','2023-12-29 20:52:25','','kubio-image-34.png','','inherit','open','closed','','kubio-image-34-png','','','2023-12-29 20:52:25','2023-12-29 20:52:25','',0,'https://content.colibriwp.com/images/colibri-image-34.png',0,'attachment','image/png',0),(51,1,'2023-12-29 20:52:26','2023-12-29 20:52:26','','kubio-image-32.png','','inherit','open','closed','','kubio-image-32-png','','','2023-12-29 20:52:26','2023-12-29 20:52:26','',0,'https://content.colibriwp.com/images/colibri-image-32.png',0,'attachment','image/png',0),(52,1,'2023-12-29 20:52:30','2023-12-29 20:52:30','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"O7iBY0XAbEq\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"styleRef\":\"sX3ZtNcXuL\",\"hash\":\"tiACNVmMD1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA few things we’re great at\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"21hTRk1KDt\"}} -->\nLorem ipsum dolor sit amet, at mei dolore tritani repudiandae. In his nemore temporibus consequuntur, vim ad prima vivendum consetetur. \n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"BtVcC3RZUdg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/kubio-image-33.png\",\"id\":49} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"QCzIjT1diFE\"}} -->\nLorem ipsum dolor sit amet, at mei dolore tritani repudiandae. In his nemore temporibus consequuntur, vim ad prima vivendum.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"9gJR9zYp3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"_2ilmEE73hR\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/kubio-image-34.png\",\"id\":50} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"ytVgX8hWXzW\"}} -->\nLorem ipsum dolor sit amet, at mei dolore tritani repudiandae. In his nemore temporibus consequuntur, vim ad prima vivendum.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"6CJsKBotqA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"4ejK5Oik7sD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/kubio-image-32.png\",\"id\":51} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"4PNL3iY-UrP\"}} -->\nLorem ipsum dolor sit amet, at mei dolore tritani repudiandae. In his nemore temporibus consequuntur, vim ad prima vivendum.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"4tTbZgop1C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 20:52:30','2023-12-29 20:52:30','',11,'https://khia.abasa.com/?p=52',0,'revision','',0),(54,1,'2023-12-29 20:52:56','2023-12-29 20:52:56','','2023 HAU 02 Home 03-01 Comp','','inherit','open','closed','','2023-hau-02-home-03-01-comp','','','2023-12-29 20:52:56','2023-12-29 20:52:56','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg',0,'attachment','image/jpeg',0),(55,1,'2023-12-29 20:53:03','2023-12-29 20:53:03','','2023 HAU 02 Home 03-02 Comp','','inherit','open','closed','','2023-hau-02-home-03-02-comp','','','2023-12-29 20:53:03','2023-12-29 20:53:03','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg',0,'attachment','image/jpeg',0),(56,1,'2023-12-29 20:53:20','2023-12-29 20:53:20','','2023 HAU 02 Home 03-03 Comp','','inherit','open','closed','','2023-hau-02-home-03-03-comp','','','2023-12-29 20:53:20','2023-12-29 20:53:20','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg',0,'attachment','image/jpeg',0),(57,1,'2023-12-29 21:06:18','2023-12-29 21:06:18','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[300,400]},{\"family\":\"Yeseva One\",\"variants\":[400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[183,111,0],\"slug\":\"kubio-color-1\"},{\"color\":[1,59,111],\"slug\":\"kubio-color-2\"},{\"color\":[164,164,164],\"slug\":\"kubio-color-3\"},{\"color\":[28,28,28],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[182,158,121],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[182,134,61],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[183,111,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[97,59,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[12,7,0],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[1,104,195],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[74,93,110],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[37,76,110],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[1,59,111],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[0,13,25],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[214,214,214],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[164,164,164],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[112,112,112],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[61,61,61],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,10],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[231,231,231],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[180,180,180],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[129,129,129],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[78,78,78],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[28,28,28],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[163,172,190],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[90,95,105],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[18,19,21],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[10,14,20],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[3,9,20],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Condensed\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":400,\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":400,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":400,\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"07Ypt-JD_\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[183,111,0],\"slug\":\"kubio-color-1\"},{\"color\":[1,59,111],\"slug\":\"kubio-color-2\"},{\"color\":[166,166,166],\"slug\":\"kubio-color-3\"},{\"color\":[28,28,28],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-29 21:06:18','2023-12-29 21:06:18','',9,'https://khia.abasa.com/?p=57',0,'revision','',0),(58,1,'2023-12-29 21:06:18','2023-12-29 21:06:18','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"O7iBY0XAbEq\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qnwKgJFn2M\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They\'re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"cD5Ok3dOO\"}} -->\nDon\'t take our word for it - here\'s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"guOQ_0Qav\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"SLXLTCCwj\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nWas a life changing experience, Ma sha’ Allah <strong>Radiant Drops</strong> are kind people and very good helpers Ma sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"7DYoCelyz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"Q6eYREm-s\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nEnjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GVJ1E-Wki\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:06:18','2023-12-29 21:06:18','',11,'https://khia.abasa.com/?p=58',0,'revision','',0),(59,1,'2023-12-29 21:07:07','2023-12-29 21:07:07','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"O7iBY0XAbEq\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qnwKgJFn2M\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They\'re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"cD5Ok3dOO\"}} -->\nDon\'t take our word for it - here\'s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"guOQ_0Qav\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"J5q66_4Xh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah <strong>Radiant Drops</strong> are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"7DYoCelyz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GVJ1E-Wki\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:07:07','2023-12-29 21:07:07','',11,'https://khia.abasa.com/?p=59',0,'revision','',0),(60,1,'2023-12-29 21:07:17','2023-12-29 21:07:17','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"O7iBY0XAbEq\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qnwKgJFn2M\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They\'re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"cD5Ok3dOO\"}} -->\nDon\'t take our word for it - here\'s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"guOQ_0Qav\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"wmC0vbPFe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"7DYoCelyz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GVJ1E-Wki\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:07:17','2023-12-29 21:07:17','',11,'https://khia.abasa.com/?p=60',0,'revision','',0),(61,1,'2023-12-29 21:07:41','2023-12-29 21:07:41','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"O7iBY0XAbEq\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qnwKgJFn2M\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They\'re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"cD5Ok3dOO\"}} -->\nDon\'t take our word for it - here\'s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"wmC0vbPFe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:07:41','2023-12-29 21:07:41','',11,'https://khia.abasa.com/?p=61',0,'revision','',0),(62,1,'2023-12-29 21:08:47','2023-12-29 21:08:47','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qnwKgJFn2M\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They\'re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"cD5Ok3dOO\"}} -->\nDon\'t take our word for it - here\'s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"wmC0vbPFe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:08:47','2023-12-29 21:08:47','',11,'https://khia.abasa.com/?p=62',0,'revision','',0),(64,1,'2023-12-29 21:17:47','2023-12-29 21:17:47','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qnwKgJFn2M\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They\'re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"cD5Ok3dOO\"}} -->\nDon\'t take our word for it - here\'s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"wmC0vbPFe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"JRZP9WMVL\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:17:47','2023-12-29 21:17:47','',11,'https://khia.abasa.com/?p=64',0,'revision','',0); INSERT INTO `wp_posts` VALUES (68,1,'2023-12-29 21:29:47','2023-12-29 21:29:47','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"1Ow9oM97hI\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-04-01-Comp.jpg\"},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"lwKrFbwf1a\"},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oefcpS0vNR\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"QdSGL32KG5\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7xtrx9MDUq\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"Zv-Gt_lBc\"}} -->\n<!-- wp:embed {\"url\":\"https://youtu.be/YUXPjKmlI9Q?si=-1-P3mdvORGUoyvN\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/YUXPjKmlI9Q?si=-1-P3mdvORGUoyvN\n</div></figure>\n<!-- /wp:embed -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eAD2O49Qzp-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"VIhtIbcqlJ-\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"RVTzB3nU6JJ\",\"hash\":\"EX7WxbAgs9K\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"n8sT_NtQJ5i\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"7r1PEVAMQnW\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nread more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qnwKgJFn2M\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They\'re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"cD5Ok3dOO\"}} -->\nDon\'t take our word for it - here\'s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"wmC0vbPFe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"JRZP9WMVL\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:29:47','2023-12-29 21:29:47','',11,'https://khia.abasa.com/?p=68',0,'revision','',0),(69,1,'2023-12-29 21:45:06','2023-12-29 21:45:06','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"270SjW-5U7\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":15}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"bottom\":{\"value\":0}},\"boxShadow\":{\"enabled\":false},\"background\":{\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":\"linear-gradient(0deg,rgba(var(--kubio-color-2-variant-2),1) 0%,rgba(var(--kubio-color-2),1) 50%)\"}}],\"overlay\":{\"enabled\":false,\"type\":\"shapeOnly\",\"shape\":{\"value\":\"two-circles\",\"isTile\":false},\"light\":0}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"enabled\":false,\"negative\":false},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}}}}}},\"hash\":\"RVo2BdpVD\"},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":729}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"phdoq_fOpP\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"vD3bwHclaG\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"U2C3UptHFH\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"oXTBbOrVyS\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"UQO2gWZ3UO\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"5i9LNl0gh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur Favourite Stories\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"8lJlI57WfB\",\"props\":{\"isLead\":true},\"hash\":\"1JzOVV1EP\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":20,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n“In these blessed lands, the Prophet ﷺ smiled, cried, went through trials and tribulations. Revelation descended to him from above the seven heavens in these very places.”\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7akaQKLM1\",\"hash\":\"4Y_J_tUZWr\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":50,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/video {\"kubio\":{\"styleRef\":\"joxH10V3x\",\"hash\":\"6PfkY1N_e\",\"style\":{\"descendants\":{\"outer\":{\"boxShadow\":{\"enabled\":true}}}}},\"videoCategory\":\"youtube\",\"youtubeUrl\":\"https://www.youtube.com/watch?v=YUXPjKmlI9Q\",\"appearanceEffect\":\"none\"} /-->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7akaQKLM1\",\"hash\":\"NOqOezv3_\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":50,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"RMUo0Xl8q\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"V_BO25GKc\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"vbZ93BiI4\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"JRZP9WMVL\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:45:06','2023-12-29 21:45:06','',11,'https://khia.abasa.com/?p=69',0,'revision','',0),(70,1,'2023-12-29 21:47:55','2023-12-29 21:47:55','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"270SjW-5U7\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":15}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"bottom\":{\"value\":0}},\"boxShadow\":{\"enabled\":false},\"background\":{\"type\":\"gradient\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":\"linear-gradient(0deg,rgba( 3,41,75,1 ) 0%,rgba(var(--kubio-color-2),1) 50%)\"}}],\"overlay\":{\"enabled\":false,\"type\":\"shapeOnly\",\"shape\":{\"value\":\"two-circles\",\"isTile\":false},\"light\":0}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"enabled\":false,\"negative\":false},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}}}}}},\"hash\":\"s1ytM4e_i\"},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":729}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"phdoq_fOpP\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"vD3bwHclaG\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"U2C3UptHFH\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":90,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":69.99}}}}},\"hash\":\"7ZzliBotK\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"UQO2gWZ3UO\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"5i9LNl0gh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur Favourite Stories\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"8lJlI57WfB\",\"props\":{\"isLead\":true},\"hash\":\"1JzOVV1EP\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":20,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n“In these blessed lands, the Prophet ﷺ smiled, cried, went through trials and tribulations. Revelation descended to him from above the seven heavens in these very places.”\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Dd5gdtmxk\",\"hash\":\"WR8kGrrxc\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/video {\"kubio\":{\"styleRef\":\"joxH10V3x\",\"hash\":\"6PfkY1N_e\",\"style\":{\"descendants\":{\"outer\":{\"boxShadow\":{\"enabled\":true}}}}},\"videoCategory\":\"youtube\",\"youtubeUrl\":\"https://www.youtube.com/watch?v=YUXPjKmlI9Q\",\"appearanceEffect\":\"none\"} /-->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7akaQKLM1\",\"hash\":\"zeLbV33Ck\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":60,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"RMUo0Xl8q\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"V_BO25GKc\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"vbZ93BiI4\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"JRZP9WMVL\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:47:55','2023-12-29 21:47:55','',11,'https://khia.abasa.com/?p=70',0,'revision','',0),(71,1,'2023-12-29 21:57:25','2023-12-29 21:57:25','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"0yusww4LF4\",\"props\":{\"width\":\"full-width\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}},\"color\":\"rgba(var(--kubio-color-4),1)\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"9seW7YcCb\"},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KfxZngD-YV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"WvL-69MX4L\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zAI6OHE1Ev\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":75}}}}},\"hash\":\"hl4Z11SFh\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"UQO2gWZ3UO\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"textShadow\":{\"enabled\":true,\"normalEnabled\":true,\"color\":\"rgba(0, 0, 0, 0.8)\"}}}},\"hash\":\"3w5xUOzUn2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur Favourite Stories\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"8lJlI57WfB\",\"props\":{\"isLead\":true,\"dropCap\":false},\"hash\":\"x0-QWiuq8\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":20,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"textShadow\":{\"enabled\":true,\"normalEnabled\":true,\"color\":\"#000000\",\"blur\":\"10\"}}}}}} -->\n“In these blessed lands, the Prophet ﷺ smiled, cried, went through trials and tribulations. Revelation descended to him from above the seven heavens in these very places.”\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Dd5gdtmxk\",\"hash\":\"WR8kGrrxc\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/video {\"kubio\":{\"styleRef\":\"gV2zYwDBa\",\"hash\":\"NvU0PL5SL\"},\"videoCategory\":\"youtube\",\"youtubeUrl\":\"https://www.youtube.com/watch?v=YUXPjKmlI9Q\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"RMUo0Xl8q\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"V_BO25GKc\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"vbZ93BiI4\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"JRZP9WMVL\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:57:25','2023-12-29 21:57:25','',11,'https://khia.abasa.com/?p=71',0,'revision','',0),(72,1,'2023-12-29 21:58:19','2023-12-29 21:58:19','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"0yusww4LF4\",\"props\":{\"width\":\"full-width\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"full-screen\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}},\"color\":\"rgba(var(--kubio-color-4),1)\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"ECF542AT5\"},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KfxZngD-YV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"WvL-69MX4L\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zAI6OHE1Ev\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":75}}}}},\"hash\":\"hl4Z11SFh\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"UQO2gWZ3UO\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"textShadow\":{\"enabled\":true,\"normalEnabled\":true,\"color\":\"rgba(0, 0, 0, 0.8)\"}}}},\"hash\":\"3w5xUOzUn2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur Favourite Stories\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"8lJlI57WfB\",\"props\":{\"isLead\":true,\"dropCap\":false},\"hash\":\"x0-QWiuq8\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":20,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"textShadow\":{\"enabled\":true,\"normalEnabled\":true,\"color\":\"#000000\",\"blur\":\"10\"}}}}}} -->\n“In these blessed lands, the Prophet ﷺ smiled, cried, went through trials and tribulations. Revelation descended to him from above the seven heavens in these very places.”\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Dd5gdtmxk\",\"hash\":\"WR8kGrrxc\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/video {\"kubio\":{\"styleRef\":\"gV2zYwDBa\",\"hash\":\"NvU0PL5SL\"},\"videoCategory\":\"youtube\",\"youtubeUrl\":\"https://www.youtube.com/watch?v=YUXPjKmlI9Q\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"RMUo0Xl8q\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"V_BO25GKc\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"vbZ93BiI4\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"JRZP9WMVL\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:58:19','2023-12-29 21:58:19','',11,'https://khia.abasa.com/?p=72',0,'revision','',0),(73,1,'2023-12-29 21:59:22','2023-12-29 21:59:22','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"RMUo0Xl8q\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"V_BO25GKc\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"vbZ93BiI4\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"JRZP9WMVL\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-29 21:59:22','2023-12-29 21:59:22','',11,'https://khia.abasa.com/?p=73',0,'revision','',0),(74,1,'2023-12-29 22:01:49','2023-12-29 22:01:49','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"tQxzUXOi9o\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"xTPgE7RTAD\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"sNZ9xUM8ReR\",\"hash\":\"KPOTYPs5TyL\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"P9f03DP0vwS\",\"hash\":\"F749iAaooq2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"hZWxp64l9nC\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"DfbUG63MDg5\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"6h2CZwR7i3G\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"JVwC_SrTw1b\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"4YrpoDz2gL0\",\"hash\":\"AKjVO71rf_5\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"JYb658x8ZIx\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"gJ01qf_rYmP\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Ra587dPCzfn\",\"hash\":\"qa1QZxwREua\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7Y8VUxrJhXD\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"27AasG22M90\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"ebeW8ZXd6G-\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"Poppins\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"J134oakFo3A\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"yZHw4oy_9Oz\",\"hash\":\"OlPTw4h58Fq\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"0Wv6XuPo8M1\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"xssvHB8_SM6\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"hVTDvCDli53\",\"hash\":\"znCzCHR7nw4\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Lfzq8tRjKNN\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"zhD3okDCN7W\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"83WRoNxs1Rp\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"y8a2KyWpuip\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"eWvLpPbMUag\",\"hash\":\"RpdgpAv_jL8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"2p_-O_tj3KA\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"btBDdxcsd-b\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"IbEh3LLOYiU\",\"hash\":\"2wGlnzHqQLX\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ndFfsMMzHaP\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"Nj9AjdXfwyh\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c1YG6FUtZRt\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3o7HoibtEoN\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"la4X5IGafxH\",\"hash\":\"lXVuG1NJjZd\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"KFTMhA6WOVh\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"downArrow\":{\"enabled\":false},\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"layoutType\":\"textWithMediaOnRight\"},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"background\":{\"type\":\"video\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":\"linear-gradient(130deg, rgba(38, 50, 56, 1) 0%, rgba(255, 255, 255, 0) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0},\"color\":{\"opacity\":0.5,\"value\":\"rgb(0,0,0)\"}},\"image\":[{\"source\":{\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\",\"type\":\"gradient\"},\"attachment\":\"scroll\"}],\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(103,83,233,1)\"},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":120},\"bottom\":{\"value\":150,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"#FFF\",\"type\":\"tilt\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false},\"top\":{\"color\":\"white\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{}}}}},\"hash\":\"0S7_OZSwHS\"},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"styleRef\":\"vv0pRzL5YoZ\",\"hash\":\"612fc898\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"},\"tablet\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"styleRef\":\"vPVKm6K-swr\",\"hash\":\"1babb0ac\"}} -->\n<!-- wp:kubio/page-title {\"kubio\":{\"styleRef\":\"SzZXH7PdCL\",\"props\":{\"level\":\"h1\"},\"hash\":\"J_hWLnpG-\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":2.5,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"weight\":400,\"size\":{\"value\":2,\"unit\":\"em\"}}}},\"textAlign\":\"center\"}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Header','','inherit','closed','closed','','29-revision-v1','','','2023-12-29 22:01:49','2023-12-29 22:01:49','',29,'https://khia.abasa.com/?p=74',0,'revision','',0),(77,1,'2023-12-29 22:12:18','2023-12-29 22:12:18','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"p1i1IV2M0u\",\"hash\":\"fd9ae78c\"},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"p7Z7tbZgOg\",\"props\":{\"width\":\"boxed\"},\"hash\":\"D2K6PAGiB\",\"style\":{\"descendants\":{\"outer\":{\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"#d2d2d2\"}}}}}}}} /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Page','','inherit','closed','closed','','22-revision-v1','','','2023-12-29 22:12:18','2023-12-29 22:12:18','',22,'https://khia.abasa.com/?p=77',0,'revision','',0),(78,1,'2023-12-29 22:12:18','2023-12-29 22:12:18','','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2023-12-29 22:12:18','2023-12-29 22:12:18','',2,'https://khia.abasa.com/?p=78',0,'revision','',0),(79,1,'2023-12-29 22:12:18','2023-12-29 22:12:18','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"vP0mYzy99sE\",\"hash\":\"bFMhB76lf\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":0}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"},\"typography\":{\"holders\":{\"a\":{\"color\":\"#d2d2d2\",\"states\":{\"hover\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"p\":{\"color\":\"#d2d2d2\"}}}}}},\"props\":{\"attrs\":{\"name\":\"Footer\"}}},\"attrs\":{\"name\":\"Footer\"},\"anchor\":\"footer\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"e6PC03TfkKI\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":true,\"equalHeight\":true}},\"hash\":\"36e04440\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"nJpox2eRXHV\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"center\"}}},\"hash\":\"079e2654\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"tF8kitdcL\",\"hash\":\"08eba9c1\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.8)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created with ❤ using WordPress and <a href=\"https://kubiobuilder.com\" target=\"_blank\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2023-12-29 22:12:18','2023-12-29 22:12:18','',27,'https://khia.abasa.com/?p=79',0,'revision','',0),(80,1,'2023-12-29 22:12:18','2023-12-29 22:12:18','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"tQxzUXOi9o\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"bc6O9vLN-\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"sNZ9xUM8ReR\",\"hash\":\"KPOTYPs5TyL\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"P9f03DP0vwS\",\"hash\":\"F749iAaooq2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"hZWxp64l9nC\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"DfbUG63MDg5\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"6h2CZwR7i3G\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"JVwC_SrTw1b\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"4YrpoDz2gL0\",\"hash\":\"qQWDgwoKp\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"JYb658x8ZIx\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"gJ01qf_rYmP\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Ra587dPCzfn\",\"hash\":\"qa1QZxwREua\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7Y8VUxrJhXD\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"27AasG22M90\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"ebeW8ZXd6G-\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"Jn2eZfHBp\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"yZHw4oy_9Oz\",\"hash\":\"OlPTw4h58Fq\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"0Wv6XuPo8M1\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"xssvHB8_SM6\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"hVTDvCDli53\",\"hash\":\"znCzCHR7nw4\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Lfzq8tRjKNN\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"zhD3okDCN7W\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"83WRoNxs1Rp\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"y8a2KyWpuip\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"eWvLpPbMUag\",\"hash\":\"RpdgpAv_jL8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"2p_-O_tj3KA\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"btBDdxcsd-b\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"IbEh3LLOYiU\",\"hash\":\"2wGlnzHqQLX\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ndFfsMMzHaP\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"Nj9AjdXfwyh\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c1YG6FUtZRt\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3o7HoibtEoN\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"la4X5IGafxH\",\"hash\":\"lXVuG1NJjZd\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->','Header','','inherit','closed','closed','','29-revision-v1','','','2023-12-29 22:12:18','2023-12-29 22:12:18','',29,'https://khia.abasa.com/?p=80',0,'revision','',0),(81,1,'2023-12-29 22:15:08','2023-12-29 22:15:08','<!-- wp:paragraph -->\n<p>asdasdasdasd</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"4vAyXs6MN\",\"hash\":\"HU53_4EQJ\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-04-01-Comp.jpg\",\"id\":66,\"sizeSlug\":\"full\"} /-->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2023-12-29 22:15:08','2023-12-29 22:15:08','',2,'https://khia.abasa.com/?p=81',0,'revision','',0),(82,1,'2023-12-29 22:15:24','2023-12-29 22:15:24','','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2023-12-29 22:15:24','2023-12-29 22:15:24','',2,'https://khia.abasa.com/?p=82',0,'revision','',0),(84,1,'2023-12-29 22:33:52','2023-12-29 22:33:52','','Blog','','inherit','closed','closed','','12-revision-v1','','','2023-12-29 22:33:52','2023-12-29 22:33:52','',12,'https://khia.abasa.com/?p=84',0,'revision','',0),(105,1,'2023-12-29 23:49:07','2023-12-29 23:49:07','<!-- wp:post-content /-->','Test','','publish','closed','closed','','test','','','2023-12-29 23:49:07','2023-12-29 23:49:07','',0,'https://khia.abasa.com/?p=105',0,'wp_block','',0),(106,1,'2023-12-29 23:49:58','2023-12-29 23:49:58','<!-- wp:kubio/header {\"slug\":\"front-header\",\"theme\":\"vertice\",\"kubio\":{\"id\":\"q52gx7xBLN\",\"styleRef\":\"RW_QAhu4iL\",\"hash\":\"j44lfkmuCu\"}} /-->\n\n<!-- wp:post-content /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"qPjFIdF0Y\",\"id\":\"4asVHrRybe\",\"props\":{\"useFooterParallax\":null}}} /-->','Front Page','','inherit','closed','closed','','17-autosave-v1','','','2023-12-29 23:49:58','2023-12-29 23:49:58','',17,'https://khia.abasa.com/?p=106',0,'revision','',0),(107,1,'2023-12-29 23:51:09','2023-12-29 23:51:09','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"p1i1IV2M0u\",\"hash\":\"fd9ae78c\"},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"pgrNuTqGb1\",\"hash\":\"lf6UtL5Gjn\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}}},\"attrs\":{\"name\":\"F.A.Q.\"},\"anchor\":\"faq\",\"kubioAI\":{\"meta\":{\"category\":\"f.a.q.\",\"cloudPresetId\":744}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"a5xxdcDTJS\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gtUY-FaZV5\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"W-7qz6HS2b\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"FUK7QxtmGP\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Y_br2yFVaN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5-variant-2),1)\"}}}},\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"aoioqnzmX8\"},\"kubioAI\":{\"desc\":\"F.A.Q. text\"}} -->\nF.A.Q.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"LvXmaqylcc\",\"props\":{\"level\":2},\"hash\":\"xP6N4EKAqR\"},\"kubioAI\":{\"desc\":\"Frequently Asked Questions text\"}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"wQ2yIfXdhfC\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"j1szE9y-dkb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u189VANuMZq\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"NyO17I4hGWf\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_4MkZ4fzN0f\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":0}}}},\"hash\":\"tmjMG_pHZ_L\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"acDNsDEMS7k\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"pNemK-jsGq_\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Fr8q5qN-Ll0\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":30,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false},\"textAlign\":\"left\"}}},\"hash\":\"Z9mpSoZ_IjK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/question\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dA53ee5b1s7\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":35,\"unit\":\"%\"}}}}},\"hash\":\"0hyEUgNgJW0\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"uZRCwQ7GWGW\",\"props\":{\"level\":4,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"p7SK-z8Z9HB\"},\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nLorem ipsum dolor sit amet, fringilla id rutrum vel consectetur elit?\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"iaSzAPwTxWu\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"F_7GSLD_sBn\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"BZ6pQnz5TUX\",\"hash\":\"YsyEx4BpTuv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"size\":{\"value\":18,\"unit\":\"px\"}}}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nSuspendisse vulputate scelerisque sapien at tempus. Nulla at lorem ante. Mauris ligula risus, rutrum ac sodales in, condimentum a dolor. Vivamus scelerisque sem dictum, blandit sem at, laoreet nisi. Maecenas porttitor sapien vestibulum mauris ultricies lobortis. \n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u189VANuMZq\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"nuqxxqwX0gA\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_4MkZ4fzN0f\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":0}}}},\"hash\":\"mqkcxYNTfLc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"acDNsDEMS7k\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"DVU_nN2EaZI\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Fr8q5qN-Ll0\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":30,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false},\"textAlign\":\"left\"}}},\"hash\":\"w4hL2EhgSdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/question\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dA53ee5b1s7\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":35,\"unit\":\"%\"}}}}},\"hash\":\"KPK36lu3t50\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"uZRCwQ7GWGW\",\"props\":{\"level\":4,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-o4ZDNUe9Mv\"},\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nLorem ipsum dolor sit amet, fringilla id rutrum vel consectetur elit?\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"iaSzAPwTxWu\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"tiR4hf2L5S9\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"BZ6pQnz5TUX\",\"hash\":\"K5-5O9cmEJO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"size\":{\"value\":18,\"unit\":\"px\"}}}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nSuspendisse vulputate scelerisque sapien at tempus. Nulla at lorem ante. Mauris ligula risus, rutrum ac sodales in, condimentum a dolor. Vivamus scelerisque sem dictum, blandit sem at, laoreet nisi. \n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Page','','inherit','closed','closed','','22-autosave-v1','','','2023-12-30 19:13:43','2023-12-30 19:13:43','',22,'https://khia.abasa.com/?p=107',0,'revision','',0),(114,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\">\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-404\"} /-->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','404','','publish','closed','closed','','404','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=114',0,'wp_template','',0),(115,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group alignfull\">\n\n <!-- wp:query-title {\"type\":\"archive\",\"align\":\"wide\",\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\"}}}} /-->\n\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/posts-3-col\"} /-->\n\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Archive','','publish','closed','closed','','archive','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=115',0,'wp_template','',0),(116,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:pattern {\"slug\":\"twentytwentyfour/template-home-business\"} /-->\n','Home','','publish','closed','closed','','home','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=116',0,'wp_template','',0),(117,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group alignfull\">\n <!-- wp:heading {\"level\":1,\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\"}}}} -->\n <h1 class=\"wp-block-heading alignwide\" style=\"padding-top:var(--wp--preset--spacing--50)\">Posts</h1>\n <!-- /wp:heading -->\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/posts-3-col\"} /-->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Index','','publish','closed','closed','','index','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=117',0,'wp_template','',0),(118,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<main class=\"wp-block-group\" style=\"margin-top:0\">\n <!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /-->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Page No Title','','publish','closed','closed','','page-no-title','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=118',0,'wp_template','',0),(119,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"default\"}} -->\n<main class=\"wp-block-group\">\n <!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0vh\",\"bottom\":\"6vh\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\" style=\"padding-top:0vh;padding-bottom:6vh\">\n <!-- wp:post-featured-image {\"align\":\"wide\"} /-->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"1rem\",\"left\":\"1rem\"}}}} -->\n <div class=\"wp-block-columns alignwide\">\n <!-- wp:column -->\n <div class=\"wp-block-column\">\n <!-- wp:post-title {\"level\":1,\"fontSize\":\"x-large\"} /-->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column -->\n <div class=\"wp-block-column\">\n <!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /-->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Page Wide','','publish','closed','closed','','page-wide','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=119',0,'wp_template','',0),(120,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\">\n\n <!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"1rem\",\"left\":\"1rem\"},\"padding\":{\"top\":\"var:preset|spacing|50\"},\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-columns alignwide\"\n style=\"margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--50)\">\n <!-- wp:column {\"width\":\"10%\"} -->\n <div class=\"wp-block-column\" style=\"flex-basis:10%\">\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"width\":\"60%\"} -->\n <div class=\"wp-block-column\" style=\"flex-basis:60%\">\n <!-- wp:group {\"tagName\":\"main\",\"layout\":{\"type\":\"constrained\"}} -->\n <main class=\"wp-block-group\">\n <!-- wp:post-title {\"level\":1,\"fontSize\":\"x-large\"} /-->\n\n <!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n <div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\"\n class=\"wp-block-spacer\">\n </div>\n <!-- /wp:spacer -->\n\n <!-- wp:post-featured-image {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}}} /-->\n\n <!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /-->\n </main>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"width\":\"10%\"} -->\n <div class=\"wp-block-column\" style=\"flex-basis:10%\">\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"width\":\"30%\"} -->\n <div class=\"wp-block-column\" style=\"flex-basis:30%\">\n <!-- wp:template-part {\"slug\":\"sidebar\",\"tagName\":\"aside\",\"theme\":\"twentytwentyfour\"} /-->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"width\":\"10%\"} -->\n <div class=\"wp-block-column\" style=\"flex-basis:10%\">\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Page With Sidebar','','publish','closed','closed','','page-with-sidebar','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=120',0,'wp_template','',0),(121,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\">\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n <div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n <!-- /wp:spacer -->\n\n <!-- wp:post-title {\"textAlign\":\"center\",\"level\":1} /-->\n\n <!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n <div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\"\n class=\"wp-block-spacer\"></div>\n <!-- /wp:spacer -->\n\n <!-- wp:post-featured-image {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}}} /-->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /-->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Page','','publish','closed','closed','','page','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=121',0,'wp_template','',0),(122,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group alignfull\">\n <!-- wp:query-title {\"type\":\"search\",\"align\":\"wide\",\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|10\"}}}} /-->\n\n <!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"840px\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group alignwide\">\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-search\"} /-->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/posts-3-col\"} /-->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Search','','publish','closed','closed','','search','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=122',0,'wp_template','',0),(123,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0vh\",\"bottom\":\"0vh\"},\"padding\":{\"top\":\"10vh\",\"bottom\":\"8vh\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<main class=\"wp-block-group\" style=\"margin-top:0vh;margin-bottom:0vh;padding-top:10vh;padding-bottom:8vh\">\n <!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"1rem\",\"left\":\"1rem\"},\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-columns alignwide\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:column {\"width\":\"70%\"} -->\n <div class=\"wp-block-column\" style=\"flex-basis:70%\">\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:post-featured-image {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"2vh\"}}}} /-->\n\n <!-- wp:post-title {\"level\":1,\"fontSize\":\"x-large\"} /-->\n\n <!-- wp:template-part {\"slug\":\"post-meta\",\"theme\":\"twentytwentyfour\"} /-->\n\n <!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n <div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n <!-- /wp:spacer -->\n\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"layout\":{\"type\":\"constrained\"}} /-->\n\n <!-- wp:post-terms {\"term\":\"post_tag\",\"separator\":\" \"} /-->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:spacer {\"height\":\"4rem\"} -->\n <div style=\"height:4rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n <!-- /wp:spacer -->\n\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-comments\"} /-->\n\n <!-- wp:spacer {\"height\":\"4rem\"} -->\n <div style=\"height:4rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n <!-- /wp:spacer -->\n\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-post-navigation\"} /-->\n\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"width\":\"30%\"} -->\n <div class=\"wp-block-column\" style=\"flex-basis:30%\">\n <!-- wp:template-part {\"slug\":\"sidebar\",\"tagName\":\"aside\",\"theme\":\"twentytwentyfour\"} /-->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Single With Sidebar','','publish','closed','closed','','single-with-sidebar','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=123',0,'wp_template','',0),(124,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:template-part {\"slug\":\"header\",\"area\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfour\"} /-->\n\n<!-- wp:group {\"tagName\":\"main\",\"align\":\"full\"} -->\n<main class=\"wp-block-group alignfull\">\n <!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\"},\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\"\n style=\"margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--50)\">\n <!-- wp:post-featured-image {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}}} /-->\n\n <!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n <div class=\"wp-block-group\" style=\"padding-top:0;padding-bottom:0\">\n <!-- wp:post-title {\"level\":1,\"fontSize\":\"x-large\"} /-->\n\n <!-- wp:template-part {\"slug\":\"post-meta\",\"theme\":\"twentytwentyfour\"} /-->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:post-content {\"lock\":{\"move\":false,\"remove\":true},\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} /-->\n\n <!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\"},\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\"\n style=\"margin-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50)\">\n <!-- wp:post-terms {\"term\":\"post_tag\",\"separator\":\" \",\"className\":\"is-style-pill\"} /-->\n\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n <div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\">\n </div>\n <!-- /wp:spacer -->\n\n <!-- wp:separator {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|40\"}}},\"backgroundColor\":\"contrast-3\",\"className\":\"is-style-wide\"} -->\n <hr class=\"wp-block-separator has-text-color has-contrast-3-color has-alpha-channel-opacity has-contrast-3-background-color has-background is-style-wide\" style=\"margin-bottom:var(--wp--preset--spacing--40)\"/>\n <!-- /wp:separator -->\n\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-comments\"} /-->\n\n <!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-post-navigation\"} /-->\n\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n</main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"slug\":\"footer\",\"area\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfour\"} /-->\n','Single Post','','publish','closed','closed','','single','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=124',0,'wp_template','',0),(125,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:kubio/header {\"slug\":\"kubio-header\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"id\":\"q52gx7xBLN\",\"styleRef\":\"RW_QAhu4iL\",\"hash\":\"j44lfkmuCu\"}} /-->\n<!-- wp:post-content /-->\n<!-- wp:kubio/footer {\"slug\":\"kubio-footer\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"styleRef\":\"qPjFIdF0Y\"}} /-->\n','Kubio Full Width','','publish','closed','closed','','kubio-full-width','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=125',0,'wp_template','',0),(126,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:kubio/header {\"slug\":\"kubio-header\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"id\":\"kd_9rxsmg\",\"styleRef\":\"OwgZj2bCI3\",\"hash\":\"fd9ae78c\"}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"id\":\"vpWQFI4LvE\",\"styleRef\":\"eZOO6_njVX\",\"props\":{\"width\":\"boxed\"},\"hash\":\"6e1ec96a\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"id\":\"AWplIaV7Hl\",\"styleRef\":\"nS68_tL1If\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"4b5c43d2\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"id\":\"mGbJuhBISd\",\"styleRef\":\"CLNXRJv2N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":300,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"order\":2}}}}},\"hash\":\"61bec024\"}} -->\n<!-- wp:kubio/sidebar {\"slug\":\"kubio-page-sidebar\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"styleRef\":\"yOiyDDwB4\",\"id\":\"XowSB9lCPe\",\"hash\":\"Y9ypErBRvS\"},\"anchor\":\"sidebar\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"id\":\"2oTZ1_fZBV\",\"styleRef\":\"yxi-Yg7NV8\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"},\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"4b348df8\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"order\":1}}}}}}} -->\n<!-- wp:post-content /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"kubio-footer\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"styleRef\":\"7VAKvEKq60\",\"id\":\"3QnQoo6Sik\"}} /-->\n','Kubio Page With Left Sidebar','','publish','closed','closed','','kubio-page-with-left-sidebar','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=126',0,'wp_template','',0),(127,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:kubio/header {\"slug\":\"kubio-header\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"id\":\"kd_9rxsmg\",\"styleRef\":\"OwgZj2bCI3\",\"hash\":\"fd9ae78c\"}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"id\":\"vpWQFI4LvE\",\"styleRef\":\"eZOO6_njVX\",\"props\":{\"width\":\"boxed\"},\"hash\":\"6e1ec96a\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"id\":\"AWplIaV7Hl\",\"styleRef\":\"nS68_tL1If\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"4b5c43d2\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"id\":\"2oTZ1_fZBV\",\"styleRef\":\"yxi-Yg7NV8\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"left\"},\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"92309a80\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}} -->\n<!-- wp:post-content /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"id\":\"mGbJuhBISd\",\"styleRef\":\"CLNXRJv2N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":300,\"unit\":\"px\"}}}}},\"hash\":\"b928ce80\"}} -->\n<!-- wp:kubio/sidebar {\"slug\":\"kubio-page-sidebar\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"styleRef\":\"yOiyDDwB4\",\"id\":\"XowSB9lCPe\",\"hash\":\"Y9ypErBRvS\"},\"anchor\":\"sidebar\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"kubio-footer\",\"theme\":\"twentytwentyfour\",\"kubio\":{\"styleRef\":\"7VAKvEKq60\",\"id\":\"3QnQoo6Sik\"}} /-->\n','Kubio Page With Right Sidebar','','publish','closed','closed','','kubio-page-with-right-sidebar','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=127',0,'wp_template','',0),(128,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-sidebar\"} /-->\n','Sidebar','','publish','closed','closed','','sidebar','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=128',0,'wp_template_part','',0),(129,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:pattern {\"slug\":\"twentytwentyfour/hidden-post-meta\"} /-->\n','Post Meta','','publish','closed','closed','','post-meta','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=129',0,'wp_template_part','',0),(130,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-base-background-color has-background\"\n style=\"padding-top:20px;padding-bottom:20px\">\n <!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n <div class=\"wp-block-group alignwide\">\n <!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:site-logo {\"width\":60} /-->\n\n <!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n <div class=\"wp-block-group\">\n <!-- wp:site-title {\"level\":0} /-->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"blockGap\":\"var:preset|spacing|20\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /-->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Header','','publish','closed','closed','','header','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=130',0,'wp_template_part','',0),(131,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:pattern {\"slug\":\"twentytwentyfour/footer\"} /-->\n','Footer','','publish','closed','closed','','footer','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=131',0,'wp_template_part','',0),(132,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"vP0mYzy99sE\",\"hash\":\"3ebe1eaa53bf4b88\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":35,\"unit\":\"px\"},\"bottom\":{\"value\":35,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"typography\":{\"holders\":{\"a\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"}}},\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}}}}},\"attrs\":{\"name\":\"Footer\"},\"anchor\":\"footer\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"e6PC03TfkKI\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"verticalGap\":0}},\"hash\":\"392c37e6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"nJpox2eRXHV\",\"style\":{\"descendants\":{\"container\":{\"textAlign\":\"center\"},\"inner\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-4),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}}}},\"hash\":\"3f2399bd59322f29\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"tF8kitdcL\",\"hash\":\"0f43fb585c5b0527\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.8)\",\"family\":\"Urbanist\",\"weight\":400}}}}}} -->\n© {year} {site-name}. Created with <img class=\"emoji\" role=\"img\" draggable=\"false\" src=\"https://s.w.org/images/core/emoji/14.0.0/svg/2764.svg\" alt=\"❤\"> using WordPress and <a href=\"https://kubiobuilder.com\" target=\"_blank\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n','Kubio Footer','','publish','closed','closed','','kubio-footer','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=132',0,'wp_template_part','',0),(133,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-6),0)\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}}}}}},\"hash\":\"2a1479b2\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"7slsXb9M8Nf\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":0}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"564d6cdc\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"1dc11785\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":36,\"unit\":\"px\"},\"weight\":800,\"family\":\"Urbanist\",\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"}}},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"height\":{\"value\":2,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"gap\":{\"value\":30,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":16,\"unit\":\"px\"},\"weight\":400,\"transform\":\"uppercase\",\"family\":\"Urbanist\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":1}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"3d27b036\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"fill\":\"white\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"f9a41d40f33e4388\"},\"icon\":\"icons8-line-awesome/bars\"} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":1,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"297ef51259322f29\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"1326e3f9\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"02c95fae\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":30,\"unit\":\"px\"},\"family\":\"Urbanist\",\"weight\":800,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),0.2)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),0.2)\"}}}}},\"hash\":\"0dbd2eae\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7d0be2f8\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"5c782241\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://static-assets.kubiobuilder.com/themes/kubio/assets/hero-new3.jpg\"},\"position\":{\"x\":49,\"y\":0}}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":\"0.50\",\"value\":\"#000000\"}},\"slideshow\":{\"slides\":[{\"id\":1,\"url\":\"https://static-assets.kubiobuilder.com/themes/kubio/assets/hero-new3.jpg\"},{\"id\":2,\"url\":\"https://wps.iconvert.pro/wp/alexandra-nicolae/almighty-new-1/wp-content/uploads/2023/03/hero-new2.jpg\"},{\"id\":3,\"url\":\"https://wps.iconvert.pro/wp/alexandra-nicolae/almighty-new-1/wp-content/uploads/2023/03/hero-new1.jpg\"}]}},\"padding\":{\"top\":{\"value\":150,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":150,\"unit\":\"px\"}}},\"tablet\":{\"background\":{\"image\":[{\"source\":{\"url\":\"https://static-assets.kubiobuilder.com/themes/kubio/assets/hero-new3.jpg\"},\"position\":{\"x\":50,\"y\":100}}]}}},\"customHeight\":{\"type\":\"fit-to-content\"}}}},\"props\":{\"width\":\"boxed\"}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"68cbe73a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":85,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"52c244b1\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1},\"hash\":\"64dea320\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":3,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"family\":\"Urbanist\"}}},\"typography\":{\"size\":{\"value\":5,\"unit\":\"em\"},\"weight\":700}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} -->\nImagine. Create. Adapt.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ZFE6-785z\",\"hash\":\"33fe1f9c\",\"props\":{\"isLead\":true},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":2.5,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}},\"padding\":{\"bottom\":{\"value\":60,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"weight\":400,\"family\":\"Urbanist\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":1.6,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"letterSpacing\":{\"value\":0,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":2.2,\"unit\":\"em\"}}}}}}}},\"anchor\":\"paragraph\"} -->\nContinuous learning is the minimum requirement for success in any given field\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"DND1AG4nPk6\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"krjLr6qWdH7\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":35},\"right\":{\"unit\":\"px\",\"value\":35}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"letterSpacing\":{\"value\":1,\"unit\":\"px\"},\"family\":\"Urbanist\",\"weight\":600}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"51e246f6\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nBegin now\n<!-- /wp:kubio/button -->\n\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"}},\"left\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":35},\"right\":{\"unit\":\"px\",\"value\":35}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"letterSpacing\":{\"value\":1,\"unit\":\"px\"},\"family\":\"Urbanist\",\"weight\":600},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"c854e430\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->\n','Kubio Front Header','','publish','closed','closed','','kubio-front-header','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=133',0,'wp_template_part','',0),(134,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"hsxwExJqns\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-6),0)\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}}}}}},\"hash\":\"FIizMiSzvM\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"cXwt7oABaX\",\"hash\":\"1hdAfx9T0_\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"qdM3juY_kx\",\"hash\":\"zlQuALDIy-\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"s0iK5DNR-t\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"oHw1CcYFRw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"o4mv064M8s\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":0}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"zbCh-s7byI\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"vhWuku20W6U\",\"hash\":\"eJllnN0TTpp\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":36,\"unit\":\"px\"},\"weight\":800,\"family\":\"Urbanist\",\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"MS5a_tntu-J\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"oIAAf2xUR-c\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7xBWCLvq6c7\",\"hash\":\"bxti3NYPVoM\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"MPMgZVvSoKO\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"FEVZTIHzQ-g\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"U_lCw1BkhH4\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"}}},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"height\":{\"value\":2,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"gap\":{\"value\":30,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":16,\"unit\":\"px\"},\"weight\":400,\"transform\":\"uppercase\",\"family\":\"Urbanist\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":1}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"t1FxEnJkchA\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"B49zmhoXxCc\",\"hash\":\"xTM9-SdmhJR\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"3e_T6gQCqu0\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"background\":{\"color\":\"rgba(0, 0, 0, 0.1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"fill\":\"white\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"xfT_kq2Pyqr\"},\"icon\":\"icons8-line-awesome/bars\"} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"NZQOTG6-YBk\",\"hash\":\"CpR-b78fd1l\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"lqEv4MWKLAt\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":1,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"d1t4QJogJiu\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PVOKbkvoDfE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"Jzj-URo7ECp\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"JcpslOq1A6j\",\"hash\":\"IGZCwoVPXHj\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":30,\"unit\":\"px\"},\"family\":\"Urbanist\",\"weight\":800,\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"MNlnbVj2wdt\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":1,\"unit\":\"px\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),0.2)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),0.2)\"}}}}},\"hash\":\"k_OC6yl1eU7\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"zKM-HtZUnDE\",\"hash\":\"_DPggutSFMP\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"LlK-SSnUr24\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"YgcW8ZrzXuC\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"x6acY_w1zcs\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OJvtLR8vm9E\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"yR5c6g_x49j\",\"hash\":\"iIw2_o2QYof\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"KFTMhA6WOVh\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"downArrow\":{\"enabled\":false},\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"background\":{\"type\":\"image\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":\"linear-gradient(-20deg, rgba(183, 33, 255, 0.8) 0%,rgba(33, 212, 253, 0.8) 100%)\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"color\":{\"opacity\":\"0.70\",\"value\":\"#000000\"}},\"image\":[{\"source\":{\"url\":\"https://static-assets.kubiobuilder.com/themes/kubio/assets/hero-new3.jpg\"},\"position\":{\"x\":53,\"y\":43}}]},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":160}},\"separators\":{\"bottom\":{\"color\":\"white\"},\"top\":{\"color\":\"white\"}}}}},\"hash\":\"2264a78f\"},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"styleRef\":\"vv0pRzL5YoZ\",\"hash\":\"612fc898\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"},\"tablet\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"styleRef\":\"vPVKm6K-swr\",\"hash\":\"1babb0ac\"}} -->\n<!-- wp:kubio/page-title {\"kubio\":{\"styleRef\":\"SzZXH7PdCL\",\"props\":{\"level\":\"h2\"},\"hash\":\"6b79eb7402319a5c\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"family\":\"Inter\",\"weight\":600}}}}},\"templates\":{\"normalPage\":\"{TITLE}\",\"normalResultsPage\":\"Search results for: {TITLE}\",\"errorPage\":\"Sorry! Page Not Found!\",\"singlePost\":\"{TITLE}\",\"categoryArchive\":\"Posts in {TITLE}\",\"authorArchive\":\"Posts by {TITLE}\",\"tagArchive\":\"Posts about {TITLE}\",\"yearArchive\":\"Posts from {TITLE}\",\"monthArchive\":\"Posts from {TITLE}\",\"dayArchive\":\"Posts from {TITLE}\"}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->\n','Kubio Header','','publish','closed','closed','','kubio-header','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=134',0,'wp_template_part','',0),(135,1,'2023-12-30 00:14:52','2023-12-30 00:14:52','<!-- wp:kubio/row {\"kubio\":{\"id\":\"8dCsSrjMsp\",\"styleRef\":\"theme-t1RcpSwTMC\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ee488ef8\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"#f4f4f7\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"id\":\"EYHaORziZs\",\"styleRef\":\"theme-HE2LPNtfKX\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"hash\":\"52b9563f\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}} -->\n<!-- wp:kubio/search-form {\"kubio\":{\"id\":\"_2zeyugI0\",\"styleRef\":\"theme-ciaK61IeR\",\"style\":{\"descendants\":{\"input\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"width\":{\"value\":0,\"unit\":\"px\"}}}},\"button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-6),0.1)\",\"style\":\"solid\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"hash\":\"20202892\"}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"id\":\"oT_xHtkfdV8\",\"styleRef\":\"theme-R9xOJzpKQW0\",\"props\":{\"level\":4},\"hash\":\"791eec86\",\"style\":{\"descendants\":{\"text\":{\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"}} -->\nLatest Comments\n<!-- /wp:kubio/heading -->\n\n<!-- wp:latest-comments {\"displayAvatar\":false,\"displayExcerpt\":false,\"kubio\":{\"id\":\"Qv78Ez7ps\",\"styleRef\":\"dAlw2G59Yo\",\"style\":{\"descendants\":{\"widget-box\":{\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\"}}]},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"widget-link\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"widget-excerpt\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"Open Sans\",\"weight\":400}},\"widget-date\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"hash\":\"72bbe0a2\"},\"align\":\"center\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n','Kubio Page Sidebar','','publish','closed','closed','','kubio-page-sidebar','','','2023-12-30 00:14:52','2023-12-30 00:14:52','',0,'https://khia.abasa.com/?p=135',0,'wp_template_part','',0),(136,1,'2023-12-30 00:15:42','2023-12-30 00:15:42','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"slug\":\"kubio-color-1\",\"color\":[66,99,190]},{\"slug\":\"kubio-color-2\",\"color\":[234,147,116]},{\"slug\":\"kubio-color-3\",\"color\":[128,136,144]},{\"slug\":\"kubio-color-4\",\"color\":[43,66,123]},{\"slug\":\"kubio-color-5\",\"color\":[255,255,255]},{\"slug\":\"kubio-color-6\",\"color\":[18,19,21]}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[129,145,189],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[66,99,190],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[2,52,189],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[36,54,104],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[6,10,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[233,204,193],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[234,147,116],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[233,89,37],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[148,93,73],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[63,40,31],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[203,216,228],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[128,136,144],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[80,112,143],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[32,88,143],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[52,55,58],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[72,111,207],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[83,95,122],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[43,66,123],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[2,36,122],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[13,20,37],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[163,172,190],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[90,95,105],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[18,19,21],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[10,14,20],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[3,9,20],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"Poppins\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"visited\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":700,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":600,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Poppins\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":500,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":600,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Poppins\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":600,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Poppins\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":\"600\",\"family\":\"Poppins\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Roboto\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"Roboto\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"kRvOc8KJm\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true}}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-30 00:15:42','2023-12-30 00:15:42','',9,'https://khia.abasa.com/?p=136',0,'revision','',0),(138,1,'2023-12-30 00:23:16','2023-12-30 00:23:16','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Arabic\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Arabic\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Arabic\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"WQ9_c9lYr\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-30 00:23:16','2023-12-30 00:23:16','',9,'https://khia.abasa.com/?p=138',0,'revision','',0),(139,1,'2023-12-30 00:23:16','2023-12-30 00:23:16','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l_SUDpgC_R\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"UY-W3n_lKw\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-qdmjl_EC9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"noWw490we7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lNg4FHbnWa\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LHQVTaK1KA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"TVI2e40bD1\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"RMUo0Xl8q\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HxrlBE4kql\",\"props\":{\"isLead\":true},\"hash\":\"V_BO25GKc\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oL4ms0gOK4H\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"bbQd5eOZ45A\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"wIIylA3yUU\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"l10LSp4Yav2\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"hCm2L9uwl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"J0TCx-ZYj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJ<strong><strong>abeen Iqbal</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"uuBoqyxUv\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"nsLSyiIHYOJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"vbZ93BiI4\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8YqEpCf7yA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong><strong>Hammad Abbas</strong></strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7fgCt-1gCr-\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7HOdPnyh6C\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"E1e2ttl_j0w\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"G9diWsbK602\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XkkTgBvtlIt\",\"props\":{\"type\":\"normal\"},\"hash\":\"_DUM5Sv99\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\n<em>Enjoyed it very much, having religious guides helped a lot. Learnt so much from the Sheikh and the lectures that i listened to were brilliant.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ihub66LA-Zr\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"deb6wdYWd8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Amina Begum</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 00:23:16','2023-12-30 00:23:16','',11,'https://khia.abasa.com/?p=139',0,'revision','',0),(140,1,'2023-12-30 00:24:43','2023-12-30 00:24:43','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"eEM9LCVMm\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KTBuYvRC-\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','publish','closed','closed','','about','','','2024-01-02 16:41:46','2024-01-02 16:41:46','',0,'https://khia.abasa.com/?page_id=140',0,'page','',0),(141,1,'2023-12-30 00:24:43','2023-12-30 00:24:43','','Sample Page #2','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 00:24:43','2023-12-30 00:24:43','',140,'https://khia.abasa.com/?p=141',0,'revision','',0),(143,1,'2023-12-30 00:24:44','2023-12-30 00:24:44','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}},\"props\":{}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"outer\":{}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}},\"props\":{}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"outer\":{}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}},\"hash\":\"HLPnvyMJW\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Sample Page #2','','inherit','closed','closed','','140-autosave-v1','','','2023-12-30 13:22:15','2023-12-30 13:22:15','',140,'https://khia.abasa.com/?p=143',0,'revision','',0),(144,1,'2023-12-30 00:25:59','2023-12-30 00:25:59','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]},{\"family\":\"IBM Plex Sans Arabic\",\"variants\":[400,300,300]},{\"family\":\"Yeseva One\",\"variants\":[400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Arabic\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Arabic\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Arabic\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"WQ9_c9lYr\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}],\"menuLocations\":[{\"name\":\"header-menu\",\"description\":\"Header Menu\",\"menu\":5},{\"name\":\"footer-menu\",\"description\":\"Footer Menu\",\"menu\":0},{\"name\":\"header-menu-secondary\",\"description\":\"Secondary header menu\",\"menu\":0},{\"name\":\"footer-menu-secondary\",\"description\":\"Secondary footer menu\",\"menu\":0}]}','Kubio Globals','','inherit','closed','closed','','9-autosave-v1','','','2023-12-30 00:25:59','2023-12-30 00:25:59','',9,'https://khia.abasa.com/?p=144',0,'revision','',0),(145,1,'2023-12-30 00:26:06','2023-12-30 00:26:06','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"_9_3IoaMRh\"},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3gO1parEO\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false}},\"hash\":\"E9P7Mtfa7O\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Vy_-fkrk3k\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"foOEW2Fnpz\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"45aWzRrLt\",\"hash\":\"KLzn5BHlAv\"}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Sample Page #2','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 00:26:06','2023-12-30 00:26:06','',140,'https://khia.abasa.com/?p=145',0,'revision','',0),(146,1,'2023-12-30 00:26:06','2023-12-30 00:26:06','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]},{\"family\":\"IBM Plex Sans Arabic\",\"variants\":[400,300,300]},{\"family\":\"Yeseva One\",\"variants\":[400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Arabic\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Arabic\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Arabic\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"WQ9_c9lYr\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-30 00:26:06','2023-12-30 00:26:06','',9,'https://khia.abasa.com/?p=146',0,'revision','',0),(148,1,'2023-12-30 00:52:31','2023-12-30 00:52:31','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"HLPnvyMJW\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Sample Page #2','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 00:52:31','2023-12-30 00:52:31','',140,'https://khia.abasa.com/?p=148',0,'revision','',0),(149,1,'2023-12-30 00:53:01','2023-12-30 00:53:01','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"HLPnvyMJW\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 00:53:01','2023-12-30 00:53:01','',140,'https://khia.abasa.com/?p=149',0,'revision','',0); INSERT INTO `wp_posts` VALUES (152,1,'2023-12-30 01:00:08','2023-12-30 01:00:08','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 01:00:08','2023-12-30 01:00:08','',11,'https://khia.abasa.com/?p=152',0,'revision','',0),(155,1,'2023-12-30 01:00:08','2023-12-30 01:00:08','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"nL9CHM0-og\",\"hash\":\"8x6gfX1tyF\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":779}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"adOqcBUnLy\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"DWt9DbZ8Zs\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mUeu4a61pX\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"start\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"Y6qlplULZ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"4YaCH8ZtBM\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"A5_IygqaiD\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.3,\"unit\":\"em\"}}}},\"padding\":{\"bottom\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\nWhy travel with a group\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJ-Dlnxclo3\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"rLVPTCVf8ei\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"vYcd0Mkf1-d\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"AvAfXMOj22X\"}} -->\nLorem ipsum vim ad prima nemore\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Uidc9iADR_f\",\"hash\":\"JcQJrlIE_\",\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, our mission is simple: To help change people’s lives through Islam. We believe that by building a powerful relationship with Allah, it will enable us to live better and more fruitful lives and more importantly, it will enable us to get to our ultimate goal: Jannah.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"bSWac_fVX-\",\"hash\":\"4_04gGJ4R4\",\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":757}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"XS7P8OD1V7\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"kEEsmprF61\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IwTTeY-L48\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"I4S2c1DDqc\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oqJgMpMA0J\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalAlign\":\"start\"}},\"hash\":\"ofBfQyk7Bh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://staging-static.kubiobuilder.com//snippets/shadow-free-inner-1697534856/assets/2023/10/gallery7.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"margin\":{\"left\":{\"value\":50,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"left\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}}},\"margin\":{\"left\":{\"value\":70,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ghBeD_3YON\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"hash\":\"IypzbrK9t-\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-2),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":15,\"unit\":\"%\"},\"bottom\":{\"value\":15,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-50,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}},\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-10,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":3,\"unit\":\"%\"},\"bottom\":{\"value\":3,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":0,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FqKHpCM4hum\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Zdw5FN-_9BC\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}} -->\nproject 1\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VwZgNHCxc2I\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"fRbfW8evWX\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.2,\"unit\":\"em\"}}}}}}}}} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"WrDrdQiTiXk\",\"hash\":\"u7sxp7x7Joe\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ujR5ugiVNED\",\"hash\":\"Rfq7-P8gQ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"}}}}},\"props\":{}}} -->\nSheikh Abu Abdissalam, a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"532mEjZ1evV\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"FbiSWTIXBRf\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3VJukSUJaob\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalAlign\":\"start\"}},\"hash\":\"UtcUQEccQDF\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://staging-static.kubiobuilder.com//snippets/shadow-free-inner-1697534856/assets/2023/10/article3-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":70,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"left\":{\"value\":50,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"left\":{\"value\":30,\"unit\":\"px\"},\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ghBeD_3YON\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"hash\":\"7OmGK6DQQOw\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-2),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":15,\"unit\":\"%\"},\"bottom\":{\"value\":15,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-50,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}},\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-10,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":3,\"unit\":\"%\"},\"bottom\":{\"value\":3,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":0,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FqKHpCM4hum\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"MYjnJyWqCTj\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}} -->\nproject 2\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VwZgNHCxc2I\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"wG1T8V1Vc\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.2,\"unit\":\"em\"}}}}}}}}} -->\nWhy Travel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"WrDrdQiTiXk\",\"hash\":\"iF7laxoNEYH\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ujR5ugiVNED\",\"hash\":\"9SaEFleKv\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"}}}}}}} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-autosave-v1','','','2023-12-30 01:00:08','2023-12-30 01:00:08','',11,'https://khia.abasa.com/?p=155',0,'revision','',0),(156,1,'2023-12-30 12:41:52','2023-12-30 12:41:52','','2023 HAU 02 Home 06-01 Comp','','inherit','open','closed','','2023-hau-02-home-06-01-comp','','','2023-12-30 12:41:52','2023-12-30 12:41:52','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-06-01-Comp.jpg',0,'attachment','image/jpeg',0),(157,1,'2023-12-30 12:45:18','2023-12-30 12:45:18','','2023 HAU 04 HajjG 01-02 Comp','','inherit','open','closed','','2023-hau-04-hajjg-01-02-comp','','','2023-12-30 12:45:18','2023-12-30 12:45:18','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg',0,'attachment','image/jpeg',0),(158,1,'2023-12-30 12:46:02','2023-12-30 12:46:02','','2023 HAU 04 HajjG 01-04 Comp','','inherit','open','closed','','2023-hau-04-hajjg-01-04-comp','','','2023-12-30 12:46:02','2023-12-30 12:46:02','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg',0,'attachment','image/jpeg',0),(159,1,'2023-12-30 13:08:47','2023-12-30 13:08:47','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"TnXHx9DBxd\"},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Q9J6rK5Rc4\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nWhy Travel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 13:08:47','2023-12-30 13:08:47','',11,'https://khia.abasa.com/?p=159',0,'revision','',0),(161,1,'2023-12-30 13:14:27','2023-12-30 13:14:27','','2023 HAU 02 Home 02-02 Comp','','inherit','open','closed','','2023-hau-02-home-02-02-comp','','','2023-12-30 13:14:27','2023-12-30 13:14:27','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg',0,'attachment','image/jpeg',0),(162,1,'2023-12-30 13:14:45','2023-12-30 13:14:45','','2023 HAU 02 Home 02-01 Comp','','inherit','open','closed','','2023-hau-02-home-02-01-comp','','','2023-12-30 13:14:45','2023-12-30 13:14:45','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg',0,'attachment','image/jpeg',0),(163,1,'2023-12-30 13:23:47','2023-12-30 13:23:47','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"HLPnvyMJW\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They’re Saying\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 13:23:47','2023-12-30 13:23:47','',140,'https://khia.abasa.com/?p=163',0,'revision','',0),(164,1,'2023-12-30 13:25:37','2023-12-30 13:25:37','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 13:25:37','2023-12-30 13:25:37','',140,'https://khia.abasa.com/?p=164',0,'revision','',0),(165,1,'2023-12-30 13:26:05','2023-12-30 13:26:05','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"yd0Spw5ju\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"Tjh7929zY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"2n1opFD8e\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"gUupGbYXJY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"TnXHx9DBxd\"},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"PuBp698Wj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 13:26:05','2023-12-30 13:26:05','',11,'https://khia.abasa.com/?p=165',0,'revision','',0),(166,1,'2023-12-30 13:26:31','2023-12-30 13:26:31','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"d_0eAWj6W\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"textAlign\":\"left\"}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"lxQx5uZSE\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"ApZZ95vBj2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Collection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"GMgc0V4sB\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LLXvShH5hO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. Use of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"x03gP6MbC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Pz-D69p9jR\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"DWM2srBAK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"92JfjI7DND\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Security of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"u0uAkqNPj\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"337Fyy6Vjs\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Children under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"a4BMpFqhP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"mp-jsfjmhu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Opt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"NzkFRHxVhC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"4k-kWZVnWj\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Changes to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"WkRLrjpPe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LbJJ7hi5C\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy','','publish','closed','closed','','privacy','','','2023-12-31 19:47:37','2023-12-31 19:47:37','',0,'https://khia.abasa.com/hajj/',0,'page','',0),(168,1,'2024-01-02 16:32:35','2023-12-30 13:30:20','','Hajj Tour','','publish','closed','closed','','hajj-tour','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',0,'https://khia.abasa.com/uncategorized/168/',1,'nav_menu_item','',0),(169,1,'2023-12-30 13:30:20','2023-12-30 13:30:20','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"d37fjXe9s\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"EnIeNIf2dy\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"FmP1BR5JX\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"n2d2I6X22\"},\"link\":{\"value\":\"https://khia.abasa.com/about/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2023-12-30 13:30:20','2023-12-30 13:30:20','',28,'https://khia.abasa.com/?p=169',0,'revision','',0),(170,1,'2024-01-02 16:32:35','2023-12-30 13:30:20','','Umrah Tour','','publish','closed','closed','','umrah-tour','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',0,'https://khia.abasa.com/uncategorized/170/',2,'nav_menu_item','',0),(171,1,'2023-12-30 13:30:21','2023-12-30 13:30:21','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"TnXHx9DBxd\"},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ujjxahOPau\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"RD5Qi3JUg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZmIfk5LES\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"JyqoSi2Si\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 13:30:21','2023-12-30 13:30:21','',11,'https://khia.abasa.com/?p=171',0,'revision','',0),(173,1,'2023-12-30 13:36:09','2023-12-30 13:36:09','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]},{\"family\":\"IBM Plex Sans Arabic\",\"variants\":[400,300,300]},{\"family\":\"Yeseva One\",\"variants\":[400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Condensed\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"OHhd-4Zlz\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-30 13:36:09','2023-12-30 13:36:09','',9,'https://khia.abasa.com/?p=173',0,'revision','',0),(174,1,'2023-12-30 13:39:34','2023-12-30 13:39:34','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"XJl-9ABOHW\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"9LZv4WNk1c\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"EsXZpwKQMQ\",\"hash\":\"cbvh5TCg4A\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"4heivZB1cJ\",\"hash\":\"nYAxz_rbFy\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JDjuL1ZfPd\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"vJNX1BmNpI\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"nz548IMAUD\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"SlyBs_qjLh\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"BdydnCwmvT5\",\"hash\":\"aAD_XxtfbDk\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OX37abujti6\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"E56_60O6Vg5\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"jFDU2ccil3r\",\"hash\":\"Fq7LyPMvUcj\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PFhwwJiqXp9\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"A4S05o8fKdm\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"KHbKZNXoLEK\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"tfuWmKNf6YI\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"nKEFMsvbvcJ\",\"hash\":\"MNQ6eO8NGBx\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"2Rwpzk-8snf\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"pnLzbu58OZd\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"WXwupdXC26f\",\"hash\":\"-Mb-zaOYOJt\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"hl3lfOondnj\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"mouCfHIDgR0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"AfKc6r9Lwuw\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"-X9-xCd6fEA\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"OIVFkRcaJOy\",\"hash\":\"F8_GsPdG64g\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"DMjXpf1pCSc\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"ayOeE_fK8NM\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"tzzVKjrYX9R\",\"hash\":\"bTIXUsqZswJ\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"87jiJTJ96zG\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"6Wt90SHvNzt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VD16sFgWrnn\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"vJ-KVgZrFKC\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"ZgziM4uGtiO\",\"hash\":\"x7Xmt9RR4pI\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"KFTMhA6WOVh\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"downArrow\":{\"enabled\":false},\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"layoutType\":\"textWithMediaOnRight\"},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"full-screen\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"background\":{\"type\":\"image\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"color\":{\"opacity\":0.6,\"value\":\"rgb(0,0,0)\"}},\"image\":[{\"source\":{\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":50,\"y\":50},\"attachment\":\"scroll\"}],\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/beach-landscape-sea-water-nature-sand-1061655-pxhere.com_.jpg\"},{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com_.jpg\"},{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/leaf-nature-water-green-freshness-dew-1440543-pxhere.com_.jpg\"}]},\"video\":{\"poster\":{\"url\":\"http://wpsites.extendstudio.net/wp/alexandra-n/one-page-kubio-1/wp-content/uploads/2022/07/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://static-assets.kubiobuilder.com/themes/vertice/assets/demo-video.mp4\"},\"external\":{\"url\":\"\"},\"type\":\"external\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":150},\"bottom\":{\"value\":150,\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"#FFF\",\"type\":\"mountains\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false},\"top\":{\"color\":\"white\"}}}}},\"hash\":\"aeFV9e0gw\"},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"styleRef\":\"vv0pRzL5YoZ\",\"hash\":\"612fc898\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"},\"tablet\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"styleRef\":\"vPVKm6K-swr\",\"hash\":\"1babb0ac\"}} -->\n<!-- wp:kubio/page-title {\"kubio\":{\"styleRef\":\"SzZXH7PdCL\",\"props\":{\"level\":\"h1\"},\"hash\":\"382cd5b6\"}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"CryHflZk8\",\"hash\":\"NDEoESt8T\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}},\"props\":{\"level\":4}}} -->\nOh no! Are you lost?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/home-button {\"kubio\":{\"styleRef\":\"XE8iPl7Auw\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":true,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\",\"textAlign\":\"center\"},\"style\":{\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":16},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"typography\":{\"color\":\"#fff\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":14},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":16},\"bottom\":{\"unit\":\"px\",\"value\":16},\"left\":{\"unit\":\"px\",\"value\":32},\"right\":{\"unit\":\"px\",\"value\":32}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"1dvr6UjqCX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"icons8-line-awesome/home\"}} -->\nGo to Homepage\n<!-- /wp:kubio/home-button -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','404 Header','','inherit','closed','closed','','26-revision-v1','','','2023-12-30 13:39:34','2023-12-30 13:39:34','',26,'https://khia.abasa.com/?p=174',0,'revision','',0),(178,1,'2023-12-30 14:28:57','2023-12-30 14:28:57','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]},{\"family\":\"IBM Plex Sans Arabic\",\"variants\":[400,300,300]},{\"family\":\"Yeseva One\",\"variants\":[400]},{\"family\":\"Playfair Display\",\"variants\":[700]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Condensed\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"OHhd-4Zlz\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2023-12-30 14:28:57','2023-12-30 14:28:57','',9,'https://khia.abasa.com/?p=178',0,'revision','',0),(179,1,'2023-12-30 14:28:58','2023-12-30 14:28:58','','kubio-image-234.png','','inherit','open','closed','','kubio-image-234-png','','','2023-12-30 14:28:58','2023-12-30 14:28:58','',0,'https://content.colibriwp.com/images/colibri-image-234.png',0,'attachment','image/png',0),(180,1,'2023-12-30 14:29:04','2023-12-30 14:29:04','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/kubio-image-234.png\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"uTPGu3iDhj\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yY7xiGdOr\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Divine Obligation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"DnB9yga6n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says, “…and complete the Hajj and Umrah for Allah…”\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"DuwB7oCbxUS\",\"hash\":\"OGBR0ZOC5If\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Rqmm2zDfvYd\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"imwMvhLkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nread more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 14:29:04','2023-12-30 14:29:04','',140,'https://khia.abasa.com/?p=180',0,'revision','',0),(181,1,'2023-12-30 16:00:41','2023-12-30 16:00:41','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Gxu6H8cZe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Divine Obligation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"DnB9yga6n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says, “…and complete the Hajj and Umrah for Allah…”\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"DuwB7oCbxUS\",\"hash\":\"OGBR0ZOC5If\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Rqmm2zDfvYd\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"imwMvhLkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nread more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 16:00:41','2023-12-30 16:00:41','',140,'https://khia.abasa.com/?p=181',0,'revision','',0),(182,1,'2023-12-30 16:01:33','2023-12-30 16:01:33','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"fRQ40noRj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Divine Obligation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"d9ZiqZ5yB\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says, “…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"DuwB7oCbxUS\",\"hash\":\"OGBR0ZOC5If\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Rqmm2zDfvYd\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"imwMvhLkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nread more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 16:01:33','2023-12-30 16:01:33','',140,'https://khia.abasa.com/?p=182',0,'revision','',0),(183,1,'2023-12-30 16:01:45','2023-12-30 16:01:45','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"fRQ40noRj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Divine Obligation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"d9ZiqZ5yB\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says, “…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 16:01:45','2023-12-30 16:01:45','',140,'https://khia.abasa.com/?p=183',0,'revision','',0),(185,1,'2023-12-30 18:09:29','2023-12-30 18:09:29','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"fRQ40noRj\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Divine Obligation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"d9ZiqZ5yB\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says, “…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"sGpRBuAcl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"IkIjocr8NZ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 18:09:29','2023-12-30 18:09:29','',140,'https://khia.abasa.com/?p=185',0,'revision','',0),(186,1,'2023-12-30 18:13:07','2023-12-30 18:13:07','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Q86ozAR9XG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PWy2tUWhbu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"sGpRBuAcl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"IkIjocr8NZ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 18:13:07','2023-12-30 18:13:07','',140,'https://khia.abasa.com/?p=186',0,'revision','',0),(187,1,'2023-12-30 18:14:14','2023-12-30 18:14:14','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Q86ozAR9XG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PWy2tUWhbu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"RidwD73-u\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wC4iR9tEP\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 18:14:14','2023-12-30 18:14:14','',140,'https://khia.abasa.com/?p=187',0,'revision','',0),(188,1,'2023-12-30 18:18:02','2023-12-30 18:18:02','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Q86ozAR9XG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PWy2tUWhbu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"RidwD73-u\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wC4iR9tEP\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"g2z9u5VQr\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 18:18:02','2023-12-30 18:18:02','',140,'https://khia.abasa.com/?p=188',0,'revision','',0),(190,1,'2023-12-30 18:19:36','2023-12-30 18:19:36','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"TnXHx9DBxd\"},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"gAP4HW2Dd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"5PwaHsmFpg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"HOK8PlUtTl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"dCUarRc9P\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 18:19:36','2023-12-30 18:19:36','',11,'https://khia.abasa.com/?p=190',0,'revision','',0); INSERT INTO `wp_posts` VALUES (192,1,'2023-12-30 18:20:25','2023-12-30 18:20:25','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"TnXHx9DBxd\"},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"jAEZH6v0K\"}} -->\nJoin us on our upcoming tours for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"dEAHZAXxi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"WWnwS714r\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"8mf0KZUclc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"bhJuPOZf0t\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-4),1)\"}}}},\"hash\":\"S6ZE6edkBi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"VAU5dEXS7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Kw3A0GvFp\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 18:20:25','2023-12-30 18:20:25','',11,'https://khia.abasa.com/?p=192',0,'revision','',0),(194,1,'2023-12-30 18:23:09','2023-12-30 18:23:09','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Q86ozAR9XG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PWy2tUWhbu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"q0FaHywF2\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"kgHXg-YIFI\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"omBj4UDd6\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 18:23:09','2023-12-30 18:23:09','',140,'https://khia.abasa.com/?p=194',0,'revision','',0),(197,1,'2023-12-30 18:43:50','2023-12-30 18:43:50','','2023 HAU 04 HajjG 01-07 Comp','','inherit','open','closed','','2023-hau-04-hajjg-01-07-comp','','','2023-12-30 18:43:50','2023-12-30 18:43:50','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg',0,'attachment','image/jpeg',0),(198,1,'2023-12-30 18:44:06','2023-12-30 18:44:06','','2023 HAU 04 HajjG 01-03 Comp','','inherit','open','closed','','2023-hau-04-hajjg-01-03-comp','','','2023-12-30 18:44:06','2023-12-30 18:44:06','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg',0,'attachment','image/jpeg',0),(199,1,'2023-12-30 18:45:30','2023-12-30 18:45:30','','2023 HAU 04 HajjG 01-06 Comp','','inherit','open','closed','','2023-hau-04-hajjg-01-06-comp','','','2023-12-30 18:45:30','2023-12-30 18:45:30','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg',0,'attachment','image/jpeg',0),(200,1,'2023-12-30 18:48:21','2023-12-30 18:48:21','','2023 HAU 04 HajjG 01-05 Comp','','inherit','open','closed','','2023-hau-04-hajjg-01-05-comp','','','2023-12-30 18:48:21','2023-12-30 18:48:21','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg',0,'attachment','image/jpeg',0),(201,1,'2023-12-30 18:49:30','2023-12-30 18:49:30','','2023 HAU 03 Hajj 01-02 Comp','','inherit','open','closed','','2023-hau-03-hajj-01-02-comp','','','2023-12-30 18:49:30','2023-12-30 18:49:30','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg',0,'attachment','image/jpeg',0),(202,1,'2023-12-30 18:50:04','2023-12-30 18:50:04','','2023 HAU 05 Umrah 01-02 Comp','','inherit','open','closed','','2023-hau-05-umrah-01-02-comp','','','2023-12-30 18:50:04','2023-12-30 18:50:04','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg',0,'attachment','image/jpeg',0),(203,1,'2023-12-30 18:55:37','2023-12-30 18:55:37','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"epNwJEcxy6\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"hiTE7GeOzC\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"q0FaHywF2\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"kgHXg-YIFI\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ja8ktIs60\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"omBj4UDd6\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 18:55:37','2023-12-30 18:55:37','',140,'https://khia.abasa.com/?p=203',0,'revision','',0),(205,1,'2023-12-30 19:00:38','2023-12-30 19:00:38','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"TnXHx9DBxd\"},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"K0QHTDh-L\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":300}}}}}} -->\nJoin us for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"YQIwhdA4T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"oU86-XuLG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"6CTZeEKPDZ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"wj-TYEY-qa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"_2Ok8qxvZ5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"70AGYNHgd\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"E3G7_AN6RD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"l0mMEpnDWw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"fZNJUeibP2\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Kw3A0GvFp\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 19:00:38','2023-12-30 19:00:38','',11,'https://khia.abasa.com/?p=205',0,'revision','',0),(207,1,'2023-12-30 19:02:46','2023-12-30 19:02:46','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loPfTfXlZc\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"TnXHx9DBxd\"},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"zM5we15eCP\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"K0QHTDh-L\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":300}}}}}} -->\nJoin us for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"YQIwhdA4T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ioIiagaMM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"6CTZeEKPDZ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"wj-TYEY-qa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"JEdUv9eIOR\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"70AGYNHgd\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"E3G7_AN6RD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"V2jI96hhH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"fZNJUeibP2\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"bdlRQajcD\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 19:02:46','2023-12-30 19:02:46','',11,'https://khia.abasa.com/?p=207',0,'revision','',0),(209,1,'2023-12-30 19:05:16','2023-12-30 19:05:16','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 19:05:16','2023-12-30 19:05:16','',140,'https://khia.abasa.com/?p=209',0,'revision','',0),(211,1,'2023-12-30 19:06:35','2023-12-30 19:06:35','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"tQxzUXOi9o\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"bc6O9vLN-\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"sNZ9xUM8ReR\",\"hash\":\"KPOTYPs5TyL\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"P9f03DP0vwS\",\"hash\":\"F749iAaooq2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"hZWxp64l9nC\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"DfbUG63MDg5\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"6h2CZwR7i3G\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"JVwC_SrTw1b\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"4YrpoDz2gL0\",\"hash\":\"qQWDgwoKp\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"JYb658x8ZIx\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"gJ01qf_rYmP\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Ra587dPCzfn\",\"hash\":\"qa1QZxwREua\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7Y8VUxrJhXD\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"27AasG22M90\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"ebeW8ZXd6G-\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"g1yV6gOpK\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"yZHw4oy_9Oz\",\"hash\":\"OlPTw4h58Fq\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"0Wv6XuPo8M1\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"xssvHB8_SM6\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"hVTDvCDli53\",\"hash\":\"znCzCHR7nw4\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Lfzq8tRjKNN\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"zhD3okDCN7W\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"83WRoNxs1Rp\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"y8a2KyWpuip\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"eWvLpPbMUag\",\"hash\":\"RpdgpAv_jL8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"2p_-O_tj3KA\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"btBDdxcsd-b\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"IbEh3LLOYiU\",\"hash\":\"2wGlnzHqQLX\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ndFfsMMzHaP\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"Nj9AjdXfwyh\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c1YG6FUtZRt\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3o7HoibtEoN\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"la4X5IGafxH\",\"hash\":\"lXVuG1NJjZd\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->','Header','','inherit','closed','closed','','29-revision-v1','','','2023-12-30 19:06:35','2023-12-30 19:06:35','',29,'https://khia.abasa.com/?p=211',0,'revision','',0),(213,1,'2023-12-30 19:07:28','2023-12-30 19:07:28','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-30 19:07:28','2023-12-30 19:07:28','',140,'https://khia.abasa.com/?p=213',0,'revision','',0),(215,1,'2023-12-30 19:09:09','2023-12-30 19:09:09','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ZEpE9Eg65K\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"X8VySjrYGk\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"g3wiozG-w-\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"K0QHTDh-L\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":300}}}}}} -->\nJoin us for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"YQIwhdA4T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ioIiagaMM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"6CTZeEKPDZ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"wj-TYEY-qa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"JEdUv9eIOR\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"70AGYNHgd\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"E3G7_AN6RD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"V2jI96hhH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"fZNJUeibP2\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"fG67z9BAg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we\'ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"bdlRQajcD\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-30 19:09:09','2023-12-30 19:09:09','',11,'https://khia.abasa.com/?p=215',0,'revision','',0),(220,1,'2023-12-30 19:16:57','2023-12-30 19:16:57','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"p1i1IV2M0u\",\"hash\":\"fd9ae78c\"},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"pgrNuTqGb1\",\"hash\":\"lf6UtL5Gjn\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}}},\"attrs\":{\"name\":\"F.A.Q.\"},\"anchor\":\"faq\",\"kubioAI\":{\"meta\":{\"category\":\"f.a.q.\",\"cloudPresetId\":744}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"a5xxdcDTJS\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"nZXq6RZmd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"W-7qz6HS2b\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"FUK7QxtmGP\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Y_br2yFVaN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"agFxWjX-2\"},\"kubioAI\":{\"desc\":\"F.A.Q. text\"}} -->\nF.A.Q.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"LvXmaqylcc\",\"props\":{\"level\":2},\"hash\":\"_Dx6WJQ5R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Frequently Asked Questions text\"}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"wQ2yIfXdhfC\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"j1szE9y-dkb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u189VANuMZq\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"NyO17I4hGWf\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_4MkZ4fzN0f\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":0}}}},\"hash\":\"tmjMG_pHZ_L\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"acDNsDEMS7k\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"pNemK-jsGq_\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Fr8q5qN-Ll0\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":30,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false},\"textAlign\":\"left\"}}},\"hash\":\"Z9mpSoZ_IjK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/question\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dA53ee5b1s7\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":35,\"unit\":\"%\"}}}}},\"hash\":\"0hyEUgNgJW0\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"uZRCwQ7GWGW\",\"props\":{\"level\":4,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"p7SK-z8Z9HB\"},\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nLorem ipsum dolor sit amet, fringilla id rutrum vel consectetur elit?\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"iaSzAPwTxWu\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"F_7GSLD_sBn\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"BZ6pQnz5TUX\",\"hash\":\"YsyEx4BpTuv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"size\":{\"value\":18,\"unit\":\"px\"}}}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nSuspendisse vulputate scelerisque sapien at tempus. Nulla at lorem ante. Mauris ligula risus, rutrum ac sodales in, condimentum a dolor. Vivamus scelerisque sem dictum, blandit sem at, laoreet nisi. Maecenas porttitor sapien vestibulum mauris ultricies lobortis. \n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u189VANuMZq\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"nuqxxqwX0gA\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_4MkZ4fzN0f\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":1,\"verticalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":0}}}},\"hash\":\"mqkcxYNTfLc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"acDNsDEMS7k\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1,\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"DVU_nN2EaZI\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Fr8q5qN-Ll0\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\",\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":30,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false},\"textAlign\":\"left\"}}},\"hash\":\"w4hL2EhgSdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/question\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dA53ee5b1s7\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":35,\"unit\":\"%\"}}}}},\"hash\":\"KPK36lu3t50\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"uZRCwQ7GWGW\",\"props\":{\"level\":4,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-o4ZDNUe9Mv\"},\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nLorem ipsum dolor sit amet, fringilla id rutrum vel consectetur elit?\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"iaSzAPwTxWu\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":[]}}}},\"hash\":\"tiR4hf2L5S9\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"BZ6pQnz5TUX\",\"hash\":\"K5-5O9cmEJO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"size\":{\"value\":18,\"unit\":\"px\"}}}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nSuspendisse vulputate scelerisque sapien at tempus. Nulla at lorem ante. Mauris ligula risus, rutrum ac sodales in, condimentum a dolor. Vivamus scelerisque sem dictum, blandit sem at, laoreet nisi. \n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"theme-gt1_zEKay\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Page','','inherit','closed','closed','','22-revision-v1','','','2023-12-30 19:16:57','2023-12-30 19:16:57','',22,'https://khia.abasa.com/?p=220',0,'revision','',0),(221,1,'2023-12-30 19:18:24','2023-12-30 19:18:24','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"9kJ1bvliL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"f6_6a5tZoW\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"Uu8MrCLuT\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NLfr55iLX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9KbFoFlsbf\"}} -->\npackage two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"vklFdMN2w4\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"H6SE452uJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"Ro8dznhkwm\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"BX1agfj00\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-DS5Ek9kw5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJohn Doe\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy Policy','','inherit','closed','closed','','166-revision-v1','','','2023-12-30 19:18:24','2023-12-30 19:18:24','',166,'https://khia.abasa.com/?p=221',0,'revision','',0),(223,1,'2023-12-30 19:35:07','2023-12-30 19:35:07','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7VWwpfsg-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"y9kwGIOPg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nCollection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"G2pDCt9x6ZG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will collect personally identifiable information, such as your name, email address, physical address, and credit card or debit card information should you purchase any tool or service or become a registered member.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pBe1M235FQz\",\"hash\":\"HbxpqL2SuJH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis information is used to complete the purchase transaction and provide for your membership. Radiant Drops Ltd may also collect anonymous demographic information, which is not unique to you, such as your age, and gender. We may gather additional personal or non-personal information in the future.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9EpuKBgEQ1X\",\"hash\":\"jiayxU7h585\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nInformation about your computer hardware and software may be automatically collected by Radiant Drops Ltd. This information can include your IP address, browser type, domain names, access times and referring website addresses. This information is used for the operation of the service, to maintain the quality of the service, and to provide general statistics regarding the use of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"d2F3nyi9UNe\",\"hash\":\"bWTZPQBOXR_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Radiant Drops Ltd’s public message boards, this information may be collected and used by others.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Zs93cWUjT3c\",\"hash\":\"dpbJ7m2AzH5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd encourages you to review the privacy statements of websites you choose to link to from Radiant Drops Ltd so that you can understand how those websites collect, use and share your information. Radiant Drops Ltd is not responsible for the privacy statements or other content on websites outside of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"odBegzeOq\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"hXPGfVjvhNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd collects and uses your personal information to operate its website(s) and deliver the services you have requested.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bSnNMjhruGl\",\"hash\":\"FZ1crefrvCC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may also use your personally identifiable information to inform you of other products or services available from Radiant Drops Ltd and its affiliates. Radiant Drops Ltd may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_KBnkowdlFX\",\"hash\":\"bSDBl0h0g-9\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not sell, rent or lease its customer lists to third parties.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6CEKwf8mxA-\",\"hash\":\"ayEA7oiTUf6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may share data with trusted partners to help perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Radiant Drops Ltd, and they are required to maintain the confidentiality of your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T-wlXvV7p7P\",\"hash\":\"VU6B-TsJHyu\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may keep track of the websites and pages our users visit within Radiant Drops Ltd, in order to determine what Radiant Drops Ltd services are the most popular. This data is used to deliver customised content and advertising within Radiant Drops Ltd to customers whose behaviour indicates that they are interested in a particular subject area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"db8ZJgi4zHE\",\"hash\":\"3sO0SGzO4qi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with the legal process served on Radiant Drops Ltd or the site; (b) protect and defend the rights or property of Radiant Drops Ltd; and, (c) act under exigent circumstances to protect the personal safety of users of Radiant Drops Ltd, or the public.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7ew8X2Vcnc7\",\"hash\":\"fJ44xvLVhvK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe will, from time to time, send you marketing emails concerning third parties. You will be provided with an opt-out function for the same.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"ks1o15o-ip\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Radiant Drops Ltd website may use “cookies” to help you personalise your online experience. A cookie is a text file that is placed on your hard disk by a web page server. Cookies cannot be used to run programmes or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wT4-zcYnbK\",\"hash\":\"dX4iE0ofJ7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalise Radiant Drops Ltd pages, or register with Radiant Drops Ltd site or services, a cookie helps Radiant Drops Ltd to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Radiant Drops Ltd website, the information you previously provided can be retrieved, so you can easily use the Radiant Drops Ltd features that you customised.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"lE8eZJTJl0n\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the ability to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser settings to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Radiant Drops Ltd services or websites you visit.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"YCfKvayxMr\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nSecurity of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"704skNcPN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd secures your personal information from unauthorised access, use or disclosure. When personal information (such as a credit card number) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Sockets Layer (SSL) protocol.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dEovL-6IW\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChildren under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"1jxJlFZ0z\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not knowingly collect personally identifiable information from children under the age of thirteen (13) years old. If you are under the age of thirteen (13) years old, you must ask your parent or guardian for permission to use this website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"wrOQyOQnc\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nOpt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"8DY11zir3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe respect your privacy and give you an opportunity to opt-out of receiving declarations of certain information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J4eSPb24eF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanges to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"bN9-vk6zH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will occasionally update this Statement of Privacy to reflect company and customer feedback. Radiant Drops Ltd encourages you to periodically review this Statement to be informed of how Radiant Drops Ltd is protecting your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"XGmnWvFsQD\",\"hash\":\"DoPBA4uyPy\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}}},\"attrs\":{\"name\":\"Contact\"},\"anchor\":\"contact\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"saab4vOC7C\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"0jZPF0Rgus\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZrT6WeJA_u\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"xd80tyGeUZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"LxNj-xI_6Y\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"sKtGCuGmfd\"},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nContact Info\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5h6Rb1j444\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ugODpiwTNh\"},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nLet\'s Chat\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"i9uWVg7lWw7\",\"hash\":\"Y6gkIfp1KXJ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SzR493B8u_I\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"ojsM-nu3i8o\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SzR493B8u_I\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"tqjWlbtgcqK\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"lYA3E0xTKW\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"uHqNjnuYqIX\"},\"icon\":\"font-awesome/facebook-f\",\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nFacebook\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"T3gjzbep7PG\"},\"icon\":\"font-awesome/twitter-x\",\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nTwitter\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"S7t4dwKKf3L\",\"hash\":\"g_OAUVrKbq3\"},\"icon\":\"font-awesome/instagram\",\"kubioAI\":{\"desc\":\"\\\"Instagram\\\" text with Instagram link on it\"}} -->\nInstagram\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy Policy','','inherit','closed','closed','','166-revision-v1','','','2023-12-30 19:35:07','2023-12-30 19:35:07','',166,'https://khia.abasa.com/?p=223',0,'revision','',0),(225,1,'2023-12-30 19:38:29','2023-12-30 19:38:29','','2023 HAU 01 Logo 07-02 Comp','','inherit','open','closed','','2023-hau-01-logo-07-02-comp','','','2023-12-30 19:38:29','2023-12-30 19:38:29','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-07-02-Comp.png',0,'attachment','image/png',0),(226,1,'2023-12-30 19:56:50','2023-12-30 19:56:50','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7VWwpfsg-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"y9kwGIOPg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nCollection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"G2pDCt9x6ZG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will collect personally identifiable information, such as your name, email address, physical address, and credit card or debit card information should you purchase any tool or service or become a registered member.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pBe1M235FQz\",\"hash\":\"HbxpqL2SuJH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis information is used to complete the purchase transaction and provide for your membership. Radiant Drops Ltd may also collect anonymous demographic information, which is not unique to you, such as your age, and gender. We may gather additional personal or non-personal information in the future.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9EpuKBgEQ1X\",\"hash\":\"jiayxU7h585\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nInformation about your computer hardware and software may be automatically collected by Radiant Drops Ltd. This information can include your IP address, browser type, domain names, access times and referring website addresses. This information is used for the operation of the service, to maintain the quality of the service, and to provide general statistics regarding the use of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"d2F3nyi9UNe\",\"hash\":\"bWTZPQBOXR_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Radiant Drops Ltd’s public message boards, this information may be collected and used by others.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Zs93cWUjT3c\",\"hash\":\"dpbJ7m2AzH5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd encourages you to review the privacy statements of websites you choose to link to from Radiant Drops Ltd so that you can understand how those websites collect, use and share your information. Radiant Drops Ltd is not responsible for the privacy statements or other content on websites outside of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"odBegzeOq\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"hXPGfVjvhNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd collects and uses your personal information to operate its website(s) and deliver the services you have requested.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bSnNMjhruGl\",\"hash\":\"FZ1crefrvCC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may also use your personally identifiable information to inform you of other products or services available from Radiant Drops Ltd and its affiliates. Radiant Drops Ltd may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_KBnkowdlFX\",\"hash\":\"bSDBl0h0g-9\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not sell, rent or lease its customer lists to third parties.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6CEKwf8mxA-\",\"hash\":\"ayEA7oiTUf6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may share data with trusted partners to help perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Radiant Drops Ltd, and they are required to maintain the confidentiality of your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T-wlXvV7p7P\",\"hash\":\"VU6B-TsJHyu\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may keep track of the websites and pages our users visit within Radiant Drops Ltd, in order to determine what Radiant Drops Ltd services are the most popular. This data is used to deliver customised content and advertising within Radiant Drops Ltd to customers whose behaviour indicates that they are interested in a particular subject area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"db8ZJgi4zHE\",\"hash\":\"3sO0SGzO4qi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with the legal process served on Radiant Drops Ltd or the site; (b) protect and defend the rights or property of Radiant Drops Ltd; and, (c) act under exigent circumstances to protect the personal safety of users of Radiant Drops Ltd, or the public.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7ew8X2Vcnc7\",\"hash\":\"fJ44xvLVhvK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe will, from time to time, send you marketing emails concerning third parties. You will be provided with an opt-out function for the same.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"ks1o15o-ip\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Radiant Drops Ltd website may use “cookies” to help you personalise your online experience. A cookie is a text file that is placed on your hard disk by a web page server. Cookies cannot be used to run programmes or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wT4-zcYnbK\",\"hash\":\"dX4iE0ofJ7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalise Radiant Drops Ltd pages, or register with Radiant Drops Ltd site or services, a cookie helps Radiant Drops Ltd to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Radiant Drops Ltd website, the information you previously provided can be retrieved, so you can easily use the Radiant Drops Ltd features that you customised.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"lE8eZJTJl0n\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the ability to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser settings to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Radiant Drops Ltd services or websites you visit.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"YCfKvayxMr\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nSecurity of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"704skNcPN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd secures your personal information from unauthorised access, use or disclosure. When personal information (such as a credit card number) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Sockets Layer (SSL) protocol.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dEovL-6IW\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChildren under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"1jxJlFZ0z\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not knowingly collect personally identifiable information from children under the age of thirteen (13) years old. If you are under the age of thirteen (13) years old, you must ask your parent or guardian for permission to use this website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"wrOQyOQnc\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nOpt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"8DY11zir3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe respect your privacy and give you an opportunity to opt-out of receiving declarations of certain information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J4eSPb24eF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanges to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"bN9-vk6zH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will occasionally update this Statement of Privacy to reflect company and customer feedback. Radiant Drops Ltd encourages you to periodically review this Statement to be informed of how Radiant Drops Ltd is protecting your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy Policy','','inherit','closed','closed','','166-revision-v1','','','2023-12-30 19:56:50','2023-12-30 19:56:50','',166,'https://khia.abasa.com/?p=226',0,'revision','',0),(227,1,'2023-12-30 19:56:50','2023-12-30 19:56:50','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"id\":\"q52gx7xBLN\",\"styleRef\":\"RW_QAhu4iL\",\"hash\":\"j44lfkmuCu\"}} /-->\n\n<!-- wp:post-content /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"qPjFIdF0Y\",\"props\":{\"useFooterParallax\":null}}} /-->\n','Full Width','','inherit','closed','closed','','18-revision-v1','','','2023-12-30 19:56:50','2023-12-30 19:56:50','',18,'https://khia.abasa.com/?p=227',0,'revision','',0),(228,1,'2023-12-30 19:56:50','2023-12-30 19:56:50','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"OJE0SQ_or\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"ZVvdfSlvORs\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"dDbtaUdJSBH\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"tXAihV_PBPa\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":49.99,\"unit\":\"%\"}}}}},\"hash\":\"Ksdm45ex04\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"EcM2JUNh_\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"Q_UCK65XK_\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"97EO8bSGCq\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"kRziOcZe2q\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"3tlRkngP8l\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"AebNnzbRHe\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2023-12-30 19:56:50','2023-12-30 19:56:50','',27,'https://khia.abasa.com/?p=228',0,'revision','',0),(230,1,'2023-12-30 19:57:40','2023-12-30 19:57:40','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":62.17,\"unit\":\"%\"}}}}},\"hash\":\"AscEETS3o\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"ZVvdfSlvORs\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"dDbtaUdJSBH\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"tXAihV_PBPa\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":37.81,\"unit\":\"%\"}}}}},\"hash\":\"Al0obAbrsF\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"EcM2JUNh_\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"Q_UCK65XK_\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"97EO8bSGCq\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"kRziOcZe2q\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"3tlRkngP8l\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"AebNnzbRHe\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":12,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2023-12-30 19:57:40','2023-12-30 19:57:40','',27,'https://khia.abasa.com/?p=230',0,'revision','',0),(231,1,'2023-12-30 19:58:41','2023-12-30 19:58:41','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":62.17,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":44.58,\"unit\":\"%\"}}}}}}},\"hash\":\"TF5qRDMZl\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"ZVvdfSlvORs\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"dDbtaUdJSBH\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"tXAihV_PBPa\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":37.81,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55.37,\"unit\":\"%\"}}}}}}},\"hash\":\"K4i0MUfEvx\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"6NnOPBF-d\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"AWQhHG_cLJ\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"LJq4KQrbB1\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"X3_STfh2C-\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"HUYjyUx9Ko\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"yt4TQ-NAnN\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2023-12-30 19:58:41','2023-12-30 19:58:41','',27,'https://khia.abasa.com/?p=231',0,'revision','',0),(233,1,'2023-12-30 20:01:45','2023-12-30 20:01:45','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7VWwpfsg-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"y9kwGIOPg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nCollection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"G2pDCt9x6ZG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will collect personally identifiable information, such as your name, email address, physical address, and credit card or debit card information should you purchase any tool or service or become a registered member.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pBe1M235FQz\",\"hash\":\"HbxpqL2SuJH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis information is used to complete the purchase transaction and provide for your membership. Radiant Drops Ltd may also collect anonymous demographic information, which is not unique to you, such as your age, and gender. We may gather additional personal or non-personal information in the future.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9EpuKBgEQ1X\",\"hash\":\"jiayxU7h585\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nInformation about your computer hardware and software may be automatically collected by Radiant Drops Ltd. This information can include your IP address, browser type, domain names, access times and referring website addresses. This information is used for the operation of the service, to maintain the quality of the service, and to provide general statistics regarding the use of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"d2F3nyi9UNe\",\"hash\":\"bWTZPQBOXR_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Radiant Drops Ltd’s public message boards, this information may be collected and used by others.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Zs93cWUjT3c\",\"hash\":\"dpbJ7m2AzH5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd encourages you to review the privacy statements of websites you choose to link to from Radiant Drops Ltd so that you can understand how those websites collect, use and share your information. Radiant Drops Ltd is not responsible for the privacy statements or other content on websites outside of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"odBegzeOq\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"hXPGfVjvhNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd collects and uses your personal information to operate its website(s) and deliver the services you have requested.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bSnNMjhruGl\",\"hash\":\"FZ1crefrvCC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may also use your personally identifiable information to inform you of other products or services available from Radiant Drops Ltd and its affiliates. Radiant Drops Ltd may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_KBnkowdlFX\",\"hash\":\"bSDBl0h0g-9\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not sell, rent or lease its customer lists to third parties.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6CEKwf8mxA-\",\"hash\":\"ayEA7oiTUf6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may share data with trusted partners to help perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Radiant Drops Ltd, and they are required to maintain the confidentiality of your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T-wlXvV7p7P\",\"hash\":\"VU6B-TsJHyu\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may keep track of the websites and pages our users visit within Radiant Drops Ltd, in order to determine what Radiant Drops Ltd services are the most popular. This data is used to deliver customised content and advertising within Radiant Drops Ltd to customers whose behaviour indicates that they are interested in a particular subject area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"db8ZJgi4zHE\",\"hash\":\"3sO0SGzO4qi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with the legal process served on Radiant Drops Ltd or the site; (b) protect and defend the rights or property of Radiant Drops Ltd; and, (c) act under exigent circumstances to protect the personal safety of users of Radiant Drops Ltd, or the public.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7ew8X2Vcnc7\",\"hash\":\"fJ44xvLVhvK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe will, from time to time, send you marketing emails concerning third parties. You will be provided with an opt-out function for the same.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"ks1o15o-ip\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Radiant Drops Ltd website may use “cookies” to help you personalise your online experience. A cookie is a text file that is placed on your hard disk by a web page server. Cookies cannot be used to run programmes or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wT4-zcYnbK\",\"hash\":\"dX4iE0ofJ7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalise Radiant Drops Ltd pages, or register with Radiant Drops Ltd site or services, a cookie helps Radiant Drops Ltd to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Radiant Drops Ltd website, the information you previously provided can be retrieved, so you can easily use the Radiant Drops Ltd features that you customised.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"lE8eZJTJl0n\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the ability to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser settings to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Radiant Drops Ltd services or websites you visit.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"YCfKvayxMr\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nSecurity of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"704skNcPN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd secures your personal information from unauthorised access, use or disclosure. When personal information (such as a credit card number) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Sockets Layer (SSL) protocol.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dEovL-6IW\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChildren under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"1jxJlFZ0z\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not knowingly collect personally identifiable information from children under the age of thirteen (13) years old. If you are under the age of thirteen (13) years old, you must ask your parent or guardian for permission to use this website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"wrOQyOQnc\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nOpt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"8DY11zir3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe respect your privacy and give you an opportunity to opt-out of receiving declarations of certain information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J4eSPb24eF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanges to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"bN9-vk6zH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will occasionally update this Statement of Privacy to reflect company and customer feedback. Radiant Drops Ltd encourages you to periodically review this Statement to be informed of how Radiant Drops Ltd is protecting your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy','','inherit','closed','closed','','166-revision-v1','','','2023-12-30 20:01:45','2023-12-30 20:01:45','',166,'https://khia.abasa.com/?p=233',0,'revision','',0),(234,1,'2023-12-30 20:02:40','2023-12-30 20:02:40','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"RHQFxxOz_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"textAlign\":\"left\"}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"T_BbGpp0m6\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Introduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"0CWMaog3E\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"DsXKSf6Srd\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"3aDAilWcS\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dSTJ87Yqmm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"0SvM8AX9v\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"IMXfX9yqil\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Managing Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"GHZLeUanbG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQ9tzKGWQD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Changing to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"vZ4Q7TjjW\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"8iF7EBSbG\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','publish','closed','closed','','cookies','','','2023-12-31 19:48:18','2023-12-31 19:48:18','',0,'https://khia.abasa.com/?page_id=234',0,'page','',0),(235,1,'2023-12-30 20:02:34','2023-12-30 20:02:34','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7VWwpfsg-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"y9kwGIOPg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nCollection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"G2pDCt9x6ZG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will collect personally identifiable information, such as your name, email address, physical address, and credit card or debit card information should you purchase any tool or service or become a registered member.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pBe1M235FQz\",\"hash\":\"HbxpqL2SuJH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis information is used to complete the purchase transaction and provide for your membership. Radiant Drops Ltd may also collect anonymous demographic information, which is not unique to you, such as your age, and gender. We may gather additional personal or non-personal information in the future.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9EpuKBgEQ1X\",\"hash\":\"jiayxU7h585\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nInformation about your computer hardware and software may be automatically collected by Radiant Drops Ltd. This information can include your IP address, browser type, domain names, access times and referring website addresses. This information is used for the operation of the service, to maintain the quality of the service, and to provide general statistics regarding the use of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"d2F3nyi9UNe\",\"hash\":\"bWTZPQBOXR_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Radiant Drops Ltd’s public message boards, this information may be collected and used by others.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Zs93cWUjT3c\",\"hash\":\"dpbJ7m2AzH5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd encourages you to review the privacy statements of websites you choose to link to from Radiant Drops Ltd so that you can understand how those websites collect, use and share your information. Radiant Drops Ltd is not responsible for the privacy statements or other content on websites outside of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"odBegzeOq\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"hXPGfVjvhNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd collects and uses your personal information to operate its website(s) and deliver the services you have requested.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bSnNMjhruGl\",\"hash\":\"FZ1crefrvCC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may also use your personally identifiable information to inform you of other products or services available from Radiant Drops Ltd and its affiliates. Radiant Drops Ltd may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_KBnkowdlFX\",\"hash\":\"bSDBl0h0g-9\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not sell, rent or lease its customer lists to third parties.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6CEKwf8mxA-\",\"hash\":\"ayEA7oiTUf6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may share data with trusted partners to help perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Radiant Drops Ltd, and they are required to maintain the confidentiality of your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T-wlXvV7p7P\",\"hash\":\"VU6B-TsJHyu\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may keep track of the websites and pages our users visit within Radiant Drops Ltd, in order to determine what Radiant Drops Ltd services are the most popular. This data is used to deliver customised content and advertising within Radiant Drops Ltd to customers whose behaviour indicates that they are interested in a particular subject area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"db8ZJgi4zHE\",\"hash\":\"3sO0SGzO4qi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with the legal process served on Radiant Drops Ltd or the site; (b) protect and defend the rights or property of Radiant Drops Ltd; and, (c) act under exigent circumstances to protect the personal safety of users of Radiant Drops Ltd, or the public.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7ew8X2Vcnc7\",\"hash\":\"fJ44xvLVhvK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe will, from time to time, send you marketing emails concerning third parties. You will be provided with an opt-out function for the same.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"ks1o15o-ip\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Radiant Drops Ltd website may use “cookies” to help you personalise your online experience. A cookie is a text file that is placed on your hard disk by a web page server. Cookies cannot be used to run programmes or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wT4-zcYnbK\",\"hash\":\"dX4iE0ofJ7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalise Radiant Drops Ltd pages, or register with Radiant Drops Ltd site or services, a cookie helps Radiant Drops Ltd to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Radiant Drops Ltd website, the information you previously provided can be retrieved, so you can easily use the Radiant Drops Ltd features that you customised.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"lE8eZJTJl0n\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the ability to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser settings to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Radiant Drops Ltd services or websites you visit.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"YCfKvayxMr\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nSecurity of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"704skNcPN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd secures your personal information from unauthorised access, use or disclosure. When personal information (such as a credit card number) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Sockets Layer (SSL) protocol.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dEovL-6IW\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChildren under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"1jxJlFZ0z\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not knowingly collect personally identifiable information from children under the age of thirteen (13) years old. If you are under the age of thirteen (13) years old, you must ask your parent or guardian for permission to use this website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"wrOQyOQnc\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nOpt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"8DY11zir3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe respect your privacy and give you an opportunity to opt-out of receiving declarations of certain information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J4eSPb24eF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanges to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"bN9-vk6zH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will occasionally update this Statement of Privacy to reflect company and customer feedback. Radiant Drops Ltd encourages you to periodically review this Statement to be informed of how Radiant Drops Ltd is protecting your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','inherit','closed','closed','','234-revision-v1','','','2023-12-30 20:02:34','2023-12-30 20:02:34','',234,'https://khia.abasa.com/?p=235',0,'revision','',0),(237,1,'2023-12-30 20:13:10','2023-12-30 20:13:10','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"1zz2of93Ex\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"7d-BoDTOw\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nEffective Date: <strong>2nd of November 2023</strong>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"R5J1cHdHv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nIntroduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"LNgGX9wSc\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis Cookies Policy is designed to inform you about how we use cookies and similar tracking technologies on our website. This policy should be read in conjunction with our <a href=\"https://khia.abasa.com//privacy/\">Privacy Policy</a>.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"qayOAkg7F-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nWhat are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"QBQCX-I_ALg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use cookies for the following purposes:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"CWUJNE7RK7i\",\"hash\":\"iF-TftGoi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Essential Cookies:</strong> These cookies are necessary for the website to function properly. They enable you to navigate the website and use its features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HIA6aHSXyEH\",\"hash\":\"KeUmi20KY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Analytical/Performance Cookies:</strong> These cookies help us understand how visitors interact with our website. They collect information such as the number of visitors, the pages visited, and the source of the traffic.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gaWiDWHiJrW\",\"hash\":\"hMBpz9FW0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Functionality Cookies:</strong> These cookies allow the website to remember choices you make (such as language preference or region) and provide enhanced, more personalised features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"thsAksJFYA9\",\"hash\":\"Yxz3jdOG-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Targeting/Advertising Cookies:</strong> These cookies are used to deliver relevant advertisements to you and track the effectiveness of our advertising campaigns.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"a5oPP4rY5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use both first-party and third-party cookies. First-party cookies are set by us, while third-party cookies are set by other websites and services. The specific types of cookies we use may include but are not limited to:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"b-nsD19kF\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nGoogle Analytics\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"9V8ndfCHN\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nFacebook Pixel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"usrr4KkDb\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nAny other specific cookies you use\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"I_i_dYnNzQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nManaging Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"hP-K3WMnh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the option to manage or delete cookies on your device. You can do this by adjusting the settings in your browser. However, please be aware that disabling cookies may affect the functionality of our website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"GfoVdqEpRu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanging to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"mf_S0nFpr\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe may update this Cookies Policy to reflect changes to our practices or for other operational, legal, or regulatory reasons. Any changes to this policy will be posted on this page with an updated “Effective Date”.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','inherit','closed','closed','','234-revision-v1','','','2023-12-30 20:13:10','2023-12-30 20:13:10','',234,'https://khia.abasa.com/?p=237',0,'revision','',0),(239,1,'2023-12-30 20:13:10','2023-12-30 20:13:10','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"1zz2of93Ex\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"M9IBWlPMO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nEffective Date: <strong>2nd of November 2023</strong>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"R5J1cHdHv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nIntroduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"LNgGX9wSc\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis Cookies Policy is designed to inform you about how we use cookies and similar tracking technologies on our website. This policy should be read in conjunction with our <a href=\"https://khia.abasa.com//privacy/\">Privacy Policy</a>.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"qayOAkg7F-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nWhat are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"QBQCX-I_ALg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use cookies for the following purposes:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"CWUJNE7RK7i\",\"hash\":\"iF-TftGoi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Essential Cookies:</strong> These cookies are necessary for the website to function properly. They enable you to navigate the website and use its features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HIA6aHSXyEH\",\"hash\":\"KeUmi20KY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Analytical/Performance Cookies:</strong> These cookies help us understand how visitors interact with our website. They collect information such as the number of visitors, the pages visited, and the source of the traffic.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gaWiDWHiJrW\",\"hash\":\"hMBpz9FW0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Functionality Cookies:</strong> These cookies allow the website to remember choices you make (such as language preference or region) and provide enhanced, more personalised features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"thsAksJFYA9\",\"hash\":\"Yxz3jdOG-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Targeting/Advertising Cookies:</strong> These cookies are used to deliver relevant advertisements to you and track the effectiveness of our advertising campaigns.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"a5oPP4rY5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use both first-party and third-party cookies. First-party cookies are set by us, while third-party cookies are set by other websites and services. The specific types of cookies we use may include but are not limited to:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"b-nsD19kF\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nGoogle Analytics\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"9V8ndfCHN\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nFacebook Pixel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"usrr4KkDb\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nAny other specific cookies you use\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"I_i_dYnNzQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nManaging Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"hP-K3WMnh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the option to manage or delete cookies on your device. You can do this by adjusting the settings in your browser. However, please be aware that disabling cookies may affect the functionality of our website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"GfoVdqEpRu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanging to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"mf_S0nFpr\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe may update this Cookies Policy to reflect changes to our practices or for other operational, legal, or regulatory reasons. Any changes to this policy will be posted on this page with an updated “Effective Date”.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','inherit','closed','closed','','234-autosave-v1','','','2023-12-30 20:13:10','2023-12-30 20:13:10','',234,'https://khia.abasa.com/?p=239',0,'revision','',0),(241,1,'2023-12-30 20:14:52','2023-12-30 20:14:52','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"1zz2of93Ex\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"R5J1cHdHv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nIntroduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"LNgGX9wSc\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis Cookies Policy is designed to inform you about how we use cookies and similar tracking technologies on our website. This policy should be read in conjunction with our <a href=\"https://khia.abasa.com//privacy/\">Privacy Policy</a>.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"qayOAkg7F-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nWhat are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"QBQCX-I_ALg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use cookies for the following purposes:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"CWUJNE7RK7i\",\"hash\":\"iF-TftGoi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Essential Cookies:</strong> These cookies are necessary for the website to function properly. They enable you to navigate the website and use its features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HIA6aHSXyEH\",\"hash\":\"KeUmi20KY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Analytical/Performance Cookies:</strong> These cookies help us understand how visitors interact with our website. They collect information such as the number of visitors, the pages visited, and the source of the traffic.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gaWiDWHiJrW\",\"hash\":\"hMBpz9FW0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Functionality Cookies:</strong> These cookies allow the website to remember choices you make (such as language preference or region) and provide enhanced, more personalised features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"thsAksJFYA9\",\"hash\":\"Yxz3jdOG-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Targeting/Advertising Cookies:</strong> These cookies are used to deliver relevant advertisements to you and track the effectiveness of our advertising campaigns.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"a5oPP4rY5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use both first-party and third-party cookies. First-party cookies are set by us, while third-party cookies are set by other websites and services. The specific types of cookies we use may include but are not limited to:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"b-nsD19kF\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nGoogle Analytics\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"9V8ndfCHN\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nFacebook Pixel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"usrr4KkDb\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nAny other specific cookies you use\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"I_i_dYnNzQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nManaging Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"hP-K3WMnh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the option to manage or delete cookies on your device. You can do this by adjusting the settings in your browser. However, please be aware that disabling cookies may affect the functionality of our website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"GfoVdqEpRu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanging to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"mf_S0nFpr\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe may update this Cookies Policy to reflect changes to our practices or for other operational, legal, or regulatory reasons. Any changes to this policy will be posted on this page with an updated “Effective Date”.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','inherit','closed','closed','','234-revision-v1','','','2023-12-30 20:14:52','2023-12-30 20:14:52','',234,'https://khia.abasa.com/?p=241',0,'revision','',0),(243,1,'2023-12-30 20:15:59','2023-12-30 20:15:59','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7VWwpfsg-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"lxQx5uZSE\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"y9kwGIOPg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nCollection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"G2pDCt9x6ZG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will collect personally identifiable information, such as your name, email address, physical address, and credit card or debit card information should you purchase any tool or service or become a registered member.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pBe1M235FQz\",\"hash\":\"HbxpqL2SuJH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis information is used to complete the purchase transaction and provide for your membership. Radiant Drops Ltd may also collect anonymous demographic information, which is not unique to you, such as your age, and gender. We may gather additional personal or non-personal information in the future.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9EpuKBgEQ1X\",\"hash\":\"jiayxU7h585\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nInformation about your computer hardware and software may be automatically collected by Radiant Drops Ltd. This information can include your IP address, browser type, domain names, access times and referring website addresses. This information is used for the operation of the service, to maintain the quality of the service, and to provide general statistics regarding the use of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"d2F3nyi9UNe\",\"hash\":\"bWTZPQBOXR_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Radiant Drops Ltd’s public message boards, this information may be collected and used by others.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Zs93cWUjT3c\",\"hash\":\"dpbJ7m2AzH5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd encourages you to review the privacy statements of websites you choose to link to from Radiant Drops Ltd so that you can understand how those websites collect, use and share your information. Radiant Drops Ltd is not responsible for the privacy statements or other content on websites outside of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"odBegzeOq\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"hXPGfVjvhNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd collects and uses your personal information to operate its website(s) and deliver the services you have requested.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bSnNMjhruGl\",\"hash\":\"FZ1crefrvCC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may also use your personally identifiable information to inform you of other products or services available from Radiant Drops Ltd and its affiliates. Radiant Drops Ltd may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_KBnkowdlFX\",\"hash\":\"bSDBl0h0g-9\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not sell, rent or lease its customer lists to third parties.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6CEKwf8mxA-\",\"hash\":\"ayEA7oiTUf6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may share data with trusted partners to help perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Radiant Drops Ltd, and they are required to maintain the confidentiality of your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T-wlXvV7p7P\",\"hash\":\"VU6B-TsJHyu\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may keep track of the websites and pages our users visit within Radiant Drops Ltd, in order to determine what Radiant Drops Ltd services are the most popular. This data is used to deliver customised content and advertising within Radiant Drops Ltd to customers whose behaviour indicates that they are interested in a particular subject area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"db8ZJgi4zHE\",\"hash\":\"3sO0SGzO4qi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with the legal process served on Radiant Drops Ltd or the site; (b) protect and defend the rights or property of Radiant Drops Ltd; and, (c) act under exigent circumstances to protect the personal safety of users of Radiant Drops Ltd, or the public.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7ew8X2Vcnc7\",\"hash\":\"fJ44xvLVhvK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe will, from time to time, send you marketing emails concerning third parties. You will be provided with an opt-out function for the same.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"ks1o15o-ip\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Radiant Drops Ltd website may use “cookies” to help you personalise your online experience. A cookie is a text file that is placed on your hard disk by a web page server. Cookies cannot be used to run programmes or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wT4-zcYnbK\",\"hash\":\"dX4iE0ofJ7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalise Radiant Drops Ltd pages, or register with Radiant Drops Ltd site or services, a cookie helps Radiant Drops Ltd to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Radiant Drops Ltd website, the information you previously provided can be retrieved, so you can easily use the Radiant Drops Ltd features that you customised.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"lE8eZJTJl0n\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the ability to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser settings to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Radiant Drops Ltd services or websites you visit.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"YCfKvayxMr\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nSecurity of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"704skNcPN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd secures your personal information from unauthorised access, use or disclosure. When personal information (such as a credit card number) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Sockets Layer (SSL) protocol.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dEovL-6IW\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChildren under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"1jxJlFZ0z\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not knowingly collect personally identifiable information from children under the age of thirteen (13) years old. If you are under the age of thirteen (13) years old, you must ask your parent or guardian for permission to use this website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"wrOQyOQnc\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nOpt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"8DY11zir3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe respect your privacy and give you an opportunity to opt-out of receiving declarations of certain information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J4eSPb24eF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanges to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"bN9-vk6zH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will occasionally update this Statement of Privacy to reflect company and customer feedback. Radiant Drops Ltd encourages you to periodically review this Statement to be informed of how Radiant Drops Ltd is protecting your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy','','inherit','closed','closed','','166-revision-v1','','','2023-12-30 20:15:59','2023-12-30 20:15:59','',166,'https://khia.abasa.com/?p=243',0,'revision','',0),(244,1,'2023-12-30 20:17:02','2023-12-30 20:17:02','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"a1zMyXgYJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"textAlign\":\"left\"}}}}} -->\nTerms and Conditions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQq8mzaxZ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Definitions and Interpretations\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_f7dgccBU8Z\",\"hash\":\"fA3xYBm8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PCvEAoZKbO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sjjHI4LHjGy\",\"hash\":\"64xwifxoQ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"CLkd7dlWO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Booking\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sEL0LGSCTsD\",\"hash\":\"LCuwqup2w\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"gjqk_-9IZJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Travel Documentation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XYz2CKM5RXk\",\"hash\":\"t9z3bWTZk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"U2_QckzQZ7\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Price and Payment\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"3oQgYDko2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. VISA APPLICATION\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"yKEeV8HM6c\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Amendments and cancellation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"EGTwMqtHqP\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Transfer\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Xnl4JK5wAn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n9. Time and Routes\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"q5s8696aIt\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n10. Insurance\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"mDMixppzGM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n11. Complaints\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"ncalmxLnSA\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n12. Liability\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J2rsOGUGF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n13. Notices\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"fiSkkUTv8A\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n14. Circumstances Beyond Our Control\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"bnXDxC9xY\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n15. General\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"AYlLhuVKbe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n16. Manners and Etiquettes\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D4jHbOhlkT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n17. Financial Protection\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Terms','','publish','closed','closed','','terms','','','2023-12-31 19:48:34','2023-12-31 19:48:34','',0,'https://khia.abasa.com/?page_id=244',0,'page','',0),(245,1,'2023-12-30 20:17:02','2023-12-30 20:17:02','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"1zz2of93Ex\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"R5J1cHdHv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nIntroduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"LNgGX9wSc\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis Cookies Policy is designed to inform you about how we use cookies and similar tracking technologies on our website. This policy should be read in conjunction with our <a href=\"https://khia.abasa.com//privacy/\">Privacy Policy</a>.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"qayOAkg7F-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nWhat are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"QBQCX-I_ALg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use cookies for the following purposes:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"CWUJNE7RK7i\",\"hash\":\"iF-TftGoi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Essential Cookies:</strong> These cookies are necessary for the website to function properly. They enable you to navigate the website and use its features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HIA6aHSXyEH\",\"hash\":\"KeUmi20KY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Analytical/Performance Cookies:</strong> These cookies help us understand how visitors interact with our website. They collect information such as the number of visitors, the pages visited, and the source of the traffic.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gaWiDWHiJrW\",\"hash\":\"hMBpz9FW0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Functionality Cookies:</strong> These cookies allow the website to remember choices you make (such as language preference or region) and provide enhanced, more personalised features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"thsAksJFYA9\",\"hash\":\"Yxz3jdOG-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Targeting/Advertising Cookies:</strong> These cookies are used to deliver relevant advertisements to you and track the effectiveness of our advertising campaigns.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D1YaKSfV_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nUse of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"a5oPP4rY5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use both first-party and third-party cookies. First-party cookies are set by us, while third-party cookies are set by other websites and services. The specific types of cookies we use may include but are not limited to:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"b-nsD19kF\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nGoogle Analytics\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"9V8ndfCHN\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nFacebook Pixel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"usrr4KkDb\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nAny other specific cookies you use\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"I_i_dYnNzQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nManaging Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"hP-K3WMnh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the option to manage or delete cookies on your device. You can do this by adjusting the settings in your browser. However, please be aware that disabling cookies may affect the functionality of our website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"GfoVdqEpRu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nChanging to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"mf_S0nFpr\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe may update this Cookies Policy to reflect changes to our practices or for other operational, legal, or regulatory reasons. Any changes to this policy will be posted on this page with an updated “Effective Date”.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PkWPtGU0Zx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\nContact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Terms','','inherit','closed','closed','','244-revision-v1','','','2023-12-30 20:17:02','2023-12-30 20:17:02','',244,'https://khia.abasa.com/?p=245',0,'revision','',0),(247,1,'2023-12-30 20:35:52','2023-12-30 20:35:52','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"q0LKE69Bkr\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nTerms & Conditions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQq8mzaxZ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Definitions and Interpretations\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_f7dgccBU8Z\",\"hash\":\"a713RiqDY6L\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIn these Terms and Conditions, unless the context otherwise requires, the following expressions have the following meanings:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"FRQNAyN6Hc3\",\"hash\":\"EzkCl1unQfP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Agreement” means the agreement between us and you for you and any persons named on the Confirmation of Booking to participate in the Tour in accordance with these Terms and Conditions and the Brochure.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HoykGaZY2Bk\",\"hash\":\"0eetD8JbcUC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Online Booking Form” means the form on which booking details are submitted online.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iujQ3vHnNAU\",\"hash\":\"cbfota6sh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Website” means the web pages at the following websites: <a href=\"https://www.hajjandumrah.com\">https://www.hajjandumrah.com</a>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nJ-W5HGJVfo\",\"hash\":\"eouD6Dg8epL\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Package Details” means information detailing the Tour as published online by us in respect of the year in which the Tour is to be taken.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wwroiDMwJMo\",\"hash\":\"Yby__-XcStN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Confirmation of Booking” means our confirmation to you that your booking has been accepted.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EH3h_AJJt_v\",\"hash\":\"ORyABrheVNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Tour” means the Hajj experience as described in these Terms and Conditions and the Package Details.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TLnP0_QrWYb\",\"hash\":\"n94_CzeYT\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Us”, “We” or “Our” means Radiant Drops Ltd with <a href=\"https://khia.abasa.com/atol/\">registered ATOL</a> number 10364.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"i03dCojxapg\",\"hash\":\"DhOIk2DWvlg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“You” or “Your” means the person who is registered as the primary contact on the Online Booking Form and whose details are set out in the Confirmation of Booking as being the person making the booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TVgEniR_Miy\",\"hash\":\"wekS1CVKTta\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIn the event of any conflict between the terms of these Terms and Conditions and the Package Details the Terms and Conditions shall prevail.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PCvEAoZKbO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"ZcIbxI-dl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThere are two (2) choices of packages:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"LBduAtDjR\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nClassic Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"KGP24rz5W\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nDeluxe Package\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sjjHI4LHjGy\",\"hash\":\"AkVzbzFadkY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Deluxe Package provides for accommodation based on triple occupancy, though you may choose to upgrade to double occupancy (Deluxe Package only). If you require double occupancy, then this should be specified on the Online Booking Form. If double occupancy is available, this shall be confirmed in the Confirmation of Booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gt9CumvbSXg\",\"hash\":\"aLlEhAKLjN0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Classic Package provides for accommodation based on quadruple occupancy. If you require double or triple occupancy, then this should be specified on the Online Booking Form. If the required occupancy is available, this shall be confirmed in the Confirmation of Booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"kqF35dWHVSv\",\"hash\":\"X3Xks_soRdF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you are a single traveller or the number of people travelling in your party is not divisible by three (in the case of the Classic Package) or two or three (in the case of the Deluxe Package, depending on whether you have opted for a double or triple room), we may still be able to accommodate you or all members of your party (as applicable) on the Tour subject to availability and payment of a supplement. The exact amount of the supplement payable will be advised to you before Confirmation of Booking. A child will count as an occupant only where it requires a bed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"5Mk0CPx1pEf\",\"hash\":\"tvKhaciYuAL\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe items included in and excluded from each package are as set out in the Package Details. Please note that the cost of sacrifice is not included in either the Classic or Deluxe Packages.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1PuITLce8wY\",\"hash\":\"slinYxhK5uB\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe photographs of landmarks featured on the Website are for illustrative purposes only and to give an idea of what you may experience during the Tour. The photographs of hotel rooms are also included only to indicate the type of accommodation you can expect to stay in, and your hotel room may differ from those depicted.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"mZHHdVFce6t\",\"hash\":\"oR4JRyer4Ru\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe star ratings and hotel facilities reported by us are as reported to us by the hotels, and we cannot guarantee that these will be as mentioned as they are subject to change by the hotels and since these standards differ from hotel to hotel and from country to country.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Bh_lJ2iY0ZF\",\"hash\":\"hnJaKRDZD62\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThere is no minimum age for travel. However, children and infants must be accompanied by a responsible adult, who will usually be a parent or immediate relative.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"dXnZ3dRmJEH\",\"hash\":\"6qLtRxtWX4q\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe reserve the right to refuse anyone on the Tour unless we have provided them with written confirmation of their place on the Tour.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"K2xht7s69rz\",\"hash\":\"gmVlLn1ifgH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBy embarking on this Tour with us, you will have implicitly accepted our Terms and Conditions.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"CLkd7dlWO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Booking\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sEL0LGSCTsD\",\"hash\":\"ipNo8f0i-Ei\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPrior to booking, you must carefully read, understand, and agree to these Terms and Conditions. Places are allocated on a first-come, first-served basis, and early booking is advised in order to avoid disappointment.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"l29kw2P8eT8\",\"hash\":\"AelozDoo2zg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWhen you have selected the package of your choice, please complete the Online Booking Form. You should ensure that all details entered on the Online Booking Form are complete and accurate. Please note that the Online Booking Form will not be accepted unless you agree to the Terms and Conditions. Your acceptance is given by making the booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"dVMIPtQQcoT\",\"hash\":\"YVn3X0qNQa0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIn agreeing to these terms and conditions you are responsible for and guarantee payment in respect of all persons named on the Online Booking Form including any insurance, charges, duties or other amounts payable. You also agree to be responsible for the behaviour of all persons travelling with your party for the duration of the Tour. We will correspond directly and only with you the primary customer and all documents will be sent to the address for you that appears on the Confirmation of Booking. It is your responsibility to ensure that all persons travelling in your party are aware of the information relevant to the Tour and that they conduct themselves in an appropriate manner having regard to the holy nature of the Tour.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"IXYdNjvIVyo\",\"hash\":\"TdVttjiLOO7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe deposit or full amount (as applicable) is due and payable in accordance with Clause 5 paragraphs 1 and 3 (as applicable) at the time of submitting the Online Booking Form. An Online Booking Form is not valid and will not be accepted until such payment is received.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"RAzYpvQxA0c\",\"hash\":\"AqUngZ9sJqm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf we accept your booking, we will send you a Confirmation of Booking. We will use reasonable endeavours to send the Confirmation of Booking via email within fourteen (14) working days of us receiving the Online Booking Form. Upon issue of the Confirmation of Booking, a legally binding agreement will be deemed to have come into effect on the date that appears on the Online Booking Form. If you submit the Online Booking Form [two weeks] or less before the date of departure, a legally binding agreement will be deemed to have come into effect on the date when we confirm the booking to you, which may or may not be in writing.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"GU1FqNw158n\",\"hash\":\"6_FeAoEQ_fy\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou must stipulate any dietary, mobility or other special requirements for you or any person included in your booking on the Online Booking Form. Whilst we use our reasonable endeavours to cater for any such requirements, we cannot guarantee such requirements will be accommodated and cannot be held liable for any failure by us to do so.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"81Mf1zsx5hQ\",\"hash\":\"uPeKXjTNebP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou must notify us in writing of any medical condition that you or any person travelling in your party has. We may request further information on any such condition and you agree to provide such information (which shall be true and complete) promptly. We reserve the right to Decline or Cancel a Booking or make further requests if we believe that we are not able to provide the facilities to deal with the medical condition in question.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sS7tukUHrs\",\"hash\":\"AD1Bl94Zyq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWhen deciding to book the trip you should be aware of the following points:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nDdZ0H2dTW\",\"hash\":\"uiG7mH3x7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 1:</strong> The Tour can be physically demanding. Unfortunately, we are not able to take responsibility for any pilgrims that have special requirements unless agreed in writing at the time of booking in accordance with Clause 3 paragraphs 6 and 7. In order to complete the rites of Hajj we require that all pilgrims are fit enough to walk for a distance of at least three miles. In case any pilgrim is not fit enough to do so, he/she should take a wheelchair with them as well as a companion who will take responsibility for them. We also strongly recommend that pilgrims seek medical clearance from their GP before booking, particularly the elderly.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Dr93Ij1LaW\",\"hash\":\"BR_n7SRm0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 2:</strong> Please note that the journey of Hajj cannot be equated to holiday travel. During this journey, the unexpected is often the norm, despite careful planning and organisation the Hajj journey can never be taken for granted like a normal holiday. Hotels, transport and public services are all pushed to their limits during the Hajj season so you should not expect the same level of service that you are used to in the UK. Due to the large number of pilgrims in a small area, the crowds can be overwhelming. Expect major traffic congestion and very long delays while moving from one location to another during the days of the rites of Hajj. These journeys can be very frustrating and unpredictable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AnusQz64On\",\"hash\":\"wb0u3QmTD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 3:</strong> We use reasonable endeavours to perform Hajj according to The Quran and Sunnah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"mGXe4lRp-z\",\"hash\":\"zKqtxyacX\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 4:</strong> All meetings, lectures and announcements must be attended and will be delivered in English.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"eMb729RR1E\",\"hash\":\"MW-bBxRE4a\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you wish to make any change to your arrangements following Confirmation of Booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"WBj7XS12IU\",\"hash\":\"WI0avETEe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nEach Amendment will incur a fee of £25 per person. Any additional charges passed on to us by airlines or other suppliers will be added to this amount.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"gjqk_-9IZJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Travel Documentation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XYz2CKM5RXk\",\"hash\":\"L-_KHZ7l8ro\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe are responsible for providing the Tour as detailed in the Confirmation of Booking. We make reasonable endeavours to ensure that our work is accurate. However, it is your responsibility to ensure that all details on the Confirmation of Booking (whether such details relate to you or a member of your party) and any other documentation that we send to you are correct. In particular, you must check your travel documents and those of any persons travelling with you, and ensure that the details match those on your passport and those of any persons travelling with your party. If there are any discrepancies in any of the documentation, you must advise us immediately. Failure to do this may prevent you from participating in the Tour. Any changes due to errors (like name spellings) will incur charges where airlines, visas, and other matters require so.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"SKas9hmtj2y\",\"hash\":\"xf0zDdc0nfk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nTravel documents will be issued where appropriate in the following ways:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"W7lkxIOHtz\",\"hash\":\"G3f9xKZrG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 1:</strong> Collection by you at the Pre-Hajj Seminar, to which all participants are invited to attend.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lsa-Y6dkFy\",\"hash\":\"tZITCP98Zl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 2:</strong> Sent by post to your address by recorded or special delivery; or\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pdM0cJzkZr\",\"hash\":\"rDUE6-h-qK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 3:</strong> Collected at the airport.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HwZpAmaRmW\",\"hash\":\"ToBHFsSjiO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nNo travel documents will be issued until the full and final payment has been received.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"qrFFV4Cqawq\",\"hash\":\"goxyRRa7EDP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWhere documents are sent by post pursuant to Clause 4 paragraph 2 point 2, we cannot be liable for items lost in the post.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XvUHUcxshj0\",\"hash\":\"arXons8gUMX\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nShould tickets become lost or stolen, it is necessary to complete an indemnity form to be passed to the airline. Some carriers are then prepared to issue replacement tickets immediately but may impose a Fee for this. Other airlines require full payment to issue replacement tickets and will refund the amount paid for the original documents at a later date. You should be aware that this process can take up to eighteen (18) months.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"qmPVsdPBott\",\"hash\":\"zBdH4k4AokL\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nUnused or part-used air tickets are returned to the airline for authorisation and calculation of the refund due, if any. We will deduct from any refund received from the airline an amount equivalent to the deposit and 15% of the total cost as a Cancellation Charge. Refunds can take up to twelve (12) months in total.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"U2_QckzQZ7\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Price and Payment\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"GX7e5NtxAba\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe deposit which is NON-REFUNDABLE is due and payable at the time of submitting the Online Booking Form. The exact amount of the deposit will be as detailed in the Package Details. Where no such amount is specified, we will advise you of the exact amount of the deposit when you complete the Online Booking Form.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"b_IPvbpOCAZ\",\"hash\":\"gSQV6SiIiP6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe balance of the price is due and payable as per the Confirmation of Booking or eight (8) weeks before the date of departure whichever is earlier.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"U0L_uRiEDRE\",\"hash\":\"ovixWxEHK2v\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you submit the Online Booking Form less than eight (8) weeks before the date for the balance of payment to be made pursuant to Clause 5 paragraph 2, the full price of the trip is due and payable with the Booking Form.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ziAV2IkEhgu\",\"hash\":\"d70BQGwmnw7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIt is your responsibility to ensure that the sums payable under the Agreement are made by the due date(s). Please note that it is not our practice to send out reminders that sums are payable unless such sums are overdue.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gLTzL_ciJAs\",\"hash\":\"acPRSJGeacx\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you fail to pay the deposit, the balance or any other sum due under the Agreement by the due date(s) your booking may be cancelled without liability on our part.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XXe3xALQVfX\",\"hash\":\"5oR09cRa0Zg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPayment can be made by the following methods:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"7Ysx7zAln\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nCheque or postal order made payable to Radiant Drops Ltd\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"c3JWf9ZcD5\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nCash\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"uHQM0ZE9Q\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nPayPal (subject to a 4% surcharge); or\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"5lyQ6AKiD\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nBank Transfer\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"qG4npim5WF4\",\"hash\":\"ji2bs0IJf\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIt is possible that circumstances may arise that cause the price of the trip to increase or decrease. We may alter the price prior to the Confirmation of Booking being sent to you. After you have received a Confirmation of Booking the price of the trip will not be increased.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Terms','','inherit','closed','closed','','244-revision-v1','','','2023-12-30 20:35:52','2023-12-30 20:35:52','',244,'https://khia.abasa.com/?p=247',0,'revision','',0),(249,1,'2023-12-30 20:37:11','2023-12-30 20:37:11','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"mmKK2QOCUX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nTerms and Conditions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQq8mzaxZ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Definitions and Interpretations\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_f7dgccBU8Z\",\"hash\":\"a713RiqDY6L\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIn these Terms and Conditions, unless the context otherwise requires, the following expressions have the following meanings:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"FRQNAyN6Hc3\",\"hash\":\"EzkCl1unQfP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Agreement” means the agreement between us and you for you and any persons named on the Confirmation of Booking to participate in the Tour in accordance with these Terms and Conditions and the Brochure.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HoykGaZY2Bk\",\"hash\":\"0eetD8JbcUC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Online Booking Form” means the form on which booking details are submitted online.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iujQ3vHnNAU\",\"hash\":\"cbfota6sh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Website” means the web pages at the following websites: <a href=\"https://www.hajjandumrah.com\">https://www.hajjandumrah.com</a>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nJ-W5HGJVfo\",\"hash\":\"eouD6Dg8epL\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Package Details” means information detailing the Tour as published online by us in respect of the year in which the Tour is to be taken.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wwroiDMwJMo\",\"hash\":\"Yby__-XcStN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Confirmation of Booking” means our confirmation to you that your booking has been accepted.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EH3h_AJJt_v\",\"hash\":\"ORyABrheVNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Tour” means the Hajj experience as described in these Terms and Conditions and the Package Details.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TLnP0_QrWYb\",\"hash\":\"n94_CzeYT\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“Us”, “We” or “Our” means Radiant Drops Ltd with <a href=\"https://khia.abasa.com/atol/\">registered ATOL</a> number 10364.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"i03dCojxapg\",\"hash\":\"DhOIk2DWvlg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n“You” or “Your” means the person who is registered as the primary contact on the Online Booking Form and whose details are set out in the Confirmation of Booking as being the person making the booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TVgEniR_Miy\",\"hash\":\"wekS1CVKTta\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIn the event of any conflict between the terms of these Terms and Conditions and the Package Details the Terms and Conditions shall prevail.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PCvEAoZKbO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"ZcIbxI-dl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThere are two (2) choices of packages:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"LBduAtDjR\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nClassic Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"KGP24rz5W\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nDeluxe Package\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sjjHI4LHjGy\",\"hash\":\"AkVzbzFadkY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Deluxe Package provides for accommodation based on triple occupancy, though you may choose to upgrade to double occupancy (Deluxe Package only). If you require double occupancy, then this should be specified on the Online Booking Form. If double occupancy is available, this shall be confirmed in the Confirmation of Booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gt9CumvbSXg\",\"hash\":\"aLlEhAKLjN0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Classic Package provides for accommodation based on quadruple occupancy. If you require double or triple occupancy, then this should be specified on the Online Booking Form. If the required occupancy is available, this shall be confirmed in the Confirmation of Booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"kqF35dWHVSv\",\"hash\":\"X3Xks_soRdF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you are a single traveller or the number of people travelling in your party is not divisible by three (in the case of the Classic Package) or two or three (in the case of the Deluxe Package, depending on whether you have opted for a double or triple room), we may still be able to accommodate you or all members of your party (as applicable) on the Tour subject to availability and payment of a supplement. The exact amount of the supplement payable will be advised to you before Confirmation of Booking. A child will count as an occupant only where it requires a bed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"5Mk0CPx1pEf\",\"hash\":\"tvKhaciYuAL\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe items included in and excluded from each package are as set out in the Package Details. Please note that the cost of sacrifice is not included in either the Classic or Deluxe Packages.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1PuITLce8wY\",\"hash\":\"slinYxhK5uB\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe photographs of landmarks featured on the Website are for illustrative purposes only and to give an idea of what you may experience during the Tour. The photographs of hotel rooms are also included only to indicate the type of accommodation you can expect to stay in, and your hotel room may differ from those depicted.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"mZHHdVFce6t\",\"hash\":\"oR4JRyer4Ru\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe star ratings and hotel facilities reported by us are as reported to us by the hotels, and we cannot guarantee that these will be as mentioned as they are subject to change by the hotels and since these standards differ from hotel to hotel and from country to country.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Bh_lJ2iY0ZF\",\"hash\":\"hnJaKRDZD62\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThere is no minimum age for travel. However, children and infants must be accompanied by a responsible adult, who will usually be a parent or immediate relative.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"dXnZ3dRmJEH\",\"hash\":\"6qLtRxtWX4q\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe reserve the right to refuse anyone on the Tour unless we have provided them with written confirmation of their place on the Tour.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"K2xht7s69rz\",\"hash\":\"gmVlLn1ifgH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBy embarking on this Tour with us, you will have implicitly accepted our Terms and Conditions.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"CLkd7dlWO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Booking\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sEL0LGSCTsD\",\"hash\":\"ipNo8f0i-Ei\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPrior to booking, you must carefully read, understand, and agree to these Terms and Conditions. Places are allocated on a first-come, first-served basis, and early booking is advised in order to avoid disappointment.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"l29kw2P8eT8\",\"hash\":\"AelozDoo2zg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWhen you have selected the package of your choice, please complete the Online Booking Form. You should ensure that all details entered on the Online Booking Form are complete and accurate. Please note that the Online Booking Form will not be accepted unless you agree to the Terms and Conditions. Your acceptance is given by making the booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"dVMIPtQQcoT\",\"hash\":\"YVn3X0qNQa0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIn agreeing to these terms and conditions you are responsible for and guarantee payment in respect of all persons named on the Online Booking Form including any insurance, charges, duties or other amounts payable. You also agree to be responsible for the behaviour of all persons travelling with your party for the duration of the Tour. We will correspond directly and only with you the primary customer and all documents will be sent to the address for you that appears on the Confirmation of Booking. It is your responsibility to ensure that all persons travelling in your party are aware of the information relevant to the Tour and that they conduct themselves in an appropriate manner having regard to the holy nature of the Tour.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"IXYdNjvIVyo\",\"hash\":\"TdVttjiLOO7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe deposit or full amount (as applicable) is due and payable in accordance with Clause 5 paragraphs 1 and 3 (as applicable) at the time of submitting the Online Booking Form. An Online Booking Form is not valid and will not be accepted until such payment is received.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"RAzYpvQxA0c\",\"hash\":\"AqUngZ9sJqm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf we accept your booking, we will send you a Confirmation of Booking. We will use reasonable endeavours to send the Confirmation of Booking via email within fourteen (14) working days of us receiving the Online Booking Form. Upon issue of the Confirmation of Booking, a legally binding agreement will be deemed to have come into effect on the date that appears on the Online Booking Form. If you submit the Online Booking Form [two weeks] or less before the date of departure, a legally binding agreement will be deemed to have come into effect on the date when we confirm the booking to you, which may or may not be in writing.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"GU1FqNw158n\",\"hash\":\"6_FeAoEQ_fy\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou must stipulate any dietary, mobility or other special requirements for you or any person included in your booking on the Online Booking Form. Whilst we use our reasonable endeavours to cater for any such requirements, we cannot guarantee such requirements will be accommodated and cannot be held liable for any failure by us to do so.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"81Mf1zsx5hQ\",\"hash\":\"uPeKXjTNebP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou must notify us in writing of any medical condition that you or any person travelling in your party has. We may request further information on any such condition and you agree to provide such information (which shall be true and complete) promptly. We reserve the right to Decline or Cancel a Booking or make further requests if we believe that we are not able to provide the facilities to deal with the medical condition in question.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sS7tukUHrs\",\"hash\":\"AD1Bl94Zyq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWhen deciding to book the trip you should be aware of the following points:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nDdZ0H2dTW\",\"hash\":\"uiG7mH3x7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 1:</strong> The Tour can be physically demanding. Unfortunately, we are not able to take responsibility for any pilgrims that have special requirements unless agreed in writing at the time of booking in accordance with Clause 3 paragraphs 6 and 7. In order to complete the rites of Hajj we require that all pilgrims are fit enough to walk for a distance of at least three miles. In case any pilgrim is not fit enough to do so, he/she should take a wheelchair with them as well as a companion who will take responsibility for them. We also strongly recommend that pilgrims seek medical clearance from their GP before booking, particularly the elderly.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Dr93Ij1LaW\",\"hash\":\"BR_n7SRm0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 2:</strong> Please note that the journey of Hajj cannot be equated to holiday travel. During this journey, the unexpected is often the norm, despite careful planning and organisation the Hajj journey can never be taken for granted like a normal holiday. Hotels, transport and public services are all pushed to their limits during the Hajj season so you should not expect the same level of service that you are used to in the UK. Due to the large number of pilgrims in a small area, the crowds can be overwhelming. Expect major traffic congestion and very long delays while moving from one location to another during the days of the rites of Hajj. These journeys can be very frustrating and unpredictable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AnusQz64On\",\"hash\":\"wb0u3QmTD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 3:</strong> We use reasonable endeavours to perform Hajj according to The Quran and Sunnah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"mGXe4lRp-z\",\"hash\":\"zKqtxyacX\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 4:</strong> All meetings, lectures and announcements must be attended and will be delivered in English.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"eMb729RR1E\",\"hash\":\"MW-bBxRE4a\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you wish to make any change to your arrangements following Confirmation of Booking.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"WBj7XS12IU\",\"hash\":\"WI0avETEe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nEach Amendment will incur a fee of £25 per person. Any additional charges passed on to us by airlines or other suppliers will be added to this amount.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"gjqk_-9IZJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Travel Documentation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XYz2CKM5RXk\",\"hash\":\"L-_KHZ7l8ro\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe are responsible for providing the Tour as detailed in the Confirmation of Booking. We make reasonable endeavours to ensure that our work is accurate. However, it is your responsibility to ensure that all details on the Confirmation of Booking (whether such details relate to you or a member of your party) and any other documentation that we send to you are correct. In particular, you must check your travel documents and those of any persons travelling with you, and ensure that the details match those on your passport and those of any persons travelling with your party. If there are any discrepancies in any of the documentation, you must advise us immediately. Failure to do this may prevent you from participating in the Tour. Any changes due to errors (like name spellings) will incur charges where airlines, visas, and other matters require so.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"SKas9hmtj2y\",\"hash\":\"xf0zDdc0nfk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nTravel documents will be issued where appropriate in the following ways:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"W7lkxIOHtz\",\"hash\":\"G3f9xKZrG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 1:</strong> Collection by you at the Pre-Hajj Seminar, to which all participants are invited to attend.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lsa-Y6dkFy\",\"hash\":\"tZITCP98Zl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 2:</strong> Sent by post to your address by recorded or special delivery; or\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pdM0cJzkZr\",\"hash\":\"rDUE6-h-qK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Point 3:</strong> Collected at the airport.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HwZpAmaRmW\",\"hash\":\"ToBHFsSjiO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nNo travel documents will be issued until the full and final payment has been received.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"qrFFV4Cqawq\",\"hash\":\"goxyRRa7EDP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWhere documents are sent by post pursuant to Clause 4 paragraph 2 point 2, we cannot be liable for items lost in the post.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XvUHUcxshj0\",\"hash\":\"arXons8gUMX\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nShould tickets become lost or stolen, it is necessary to complete an indemnity form to be passed to the airline. Some carriers are then prepared to issue replacement tickets immediately but may impose a Fee for this. Other airlines require full payment to issue replacement tickets and will refund the amount paid for the original documents at a later date. You should be aware that this process can take up to eighteen (18) months.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"qmPVsdPBott\",\"hash\":\"zBdH4k4AokL\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nUnused or part-used air tickets are returned to the airline for authorisation and calculation of the refund due, if any. We will deduct from any refund received from the airline an amount equivalent to the deposit and 15% of the total cost as a Cancellation Charge. Refunds can take up to twelve (12) months in total.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"U2_QckzQZ7\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Price and Payment\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"GX7e5NtxAba\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe deposit which is NON-REFUNDABLE is due and payable at the time of submitting the Online Booking Form. The exact amount of the deposit will be as detailed in the Package Details. Where no such amount is specified, we will advise you of the exact amount of the deposit when you complete the Online Booking Form.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"b_IPvbpOCAZ\",\"hash\":\"gSQV6SiIiP6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe balance of the price is due and payable as per the Confirmation of Booking or eight (8) weeks before the date of departure whichever is earlier.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"U0L_uRiEDRE\",\"hash\":\"ovixWxEHK2v\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you submit the Online Booking Form less than eight (8) weeks before the date for the balance of payment to be made pursuant to Clause 5 paragraph 2, the full price of the trip is due and payable with the Booking Form.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ziAV2IkEhgu\",\"hash\":\"d70BQGwmnw7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIt is your responsibility to ensure that the sums payable under the Agreement are made by the due date(s). Please note that it is not our practice to send out reminders that sums are payable unless such sums are overdue.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gLTzL_ciJAs\",\"hash\":\"acPRSJGeacx\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you fail to pay the deposit, the balance or any other sum due under the Agreement by the due date(s) your booking may be cancelled without liability on our part.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XXe3xALQVfX\",\"hash\":\"5oR09cRa0Zg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPayment can be made by the following methods:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"7Ysx7zAln\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nCheque or postal order made payable to Radiant Drops Ltd\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"c3JWf9ZcD5\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nCash\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"uHQM0ZE9Q\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nPayPal (subject to a 4% surcharge); or\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"5lyQ6AKiD\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nBank Transfer\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"qG4npim5WF4\",\"hash\":\"ji2bs0IJf\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIt is possible that circumstances may arise that cause the price of the trip to increase or decrease. We may alter the price prior to the Confirmation of Booking being sent to you. After you have received a Confirmation of Booking the price of the trip will not be increased.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Terms','','inherit','closed','closed','','244-revision-v1','','','2023-12-30 20:37:11','2023-12-30 20:37:11','',244,'https://khia.abasa.com/?p=249',0,'revision','',0),(252,1,'2023-12-30 20:38:00','2023-12-30 20:38:00','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"1zz2of93Ex\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"T_BbGpp0m6\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Introduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"LNgGX9wSc\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis Cookies Policy is designed to inform you about how we use cookies and similar tracking technologies on our website. This policy should be read in conjunction with our <a href=\"https://khia.abasa.com//privacy/\">Privacy Policy</a>.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"DsXKSf6Srd\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"QBQCX-I_ALg\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use cookies for the following purposes:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"CWUJNE7RK7i\",\"hash\":\"iF-TftGoi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Essential Cookies:</strong> These cookies are necessary for the website to function properly. They enable you to navigate the website and use its features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"HIA6aHSXyEH\",\"hash\":\"KeUmi20KY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Analytical/Performance Cookies:</strong> These cookies help us understand how visitors interact with our website. They collect information such as the number of visitors, the pages visited, and the source of the traffic.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gaWiDWHiJrW\",\"hash\":\"hMBpz9FW0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Functionality Cookies:</strong> These cookies allow the website to remember choices you make (such as language preference or region) and provide enhanced, more personalised features.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"thsAksJFYA9\",\"hash\":\"Yxz3jdOG-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Targeting/Advertising Cookies:</strong> These cookies are used to deliver relevant advertisements to you and track the effectiveness of our advertising campaigns.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dSTJ87Yqmm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"a5oPP4rY5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe use both first-party and third-party cookies. First-party cookies are set by us, while third-party cookies are set by other websites and services. The specific types of cookies we use may include but are not limited to:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ibhfYuq9G\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"width\":{\"value\":15,\"unit\":\"px\"},\"height\":{\"value\":15,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"QXMuok0aI\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"b-nsD19kF\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nGoogle Analytics\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"9V8ndfCHN\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nFacebook Pixel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"usrr4KkDb\"},\"icon\":\"font-awesome/info-circle\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\nAny other specific cookies you use\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"IMXfX9yqil\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Managing Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"hP-K3WMnh\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the option to manage or delete cookies on your device. You can do this by adjusting the settings in your browser. However, please be aware that disabling cookies may affect the functionality of our website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQ9tzKGWQD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Changing to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"mf_S0nFpr\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe may update this Cookies Policy to reflect changes to our practices or for other operational, legal, or regulatory reasons. Any changes to this policy will be posted on this page with an updated “Effective Date”.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"8iF7EBSbG\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','inherit','closed','closed','','234-revision-v1','','','2023-12-30 20:38:00','2023-12-30 20:38:00','',234,'https://khia.abasa.com/?p=252',0,'revision','',0),(253,1,'2023-12-30 20:38:35','2023-12-30 20:38:35','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7VWwpfsg-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"lxQx5uZSE\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"ApZZ95vBj2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Collection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"G2pDCt9x6ZG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will collect personally identifiable information, such as your name, email address, physical address, and credit card or debit card information should you purchase any tool or service or become a registered member.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"pBe1M235FQz\",\"hash\":\"HbxpqL2SuJH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis information is used to complete the purchase transaction and provide for your membership. Radiant Drops Ltd may also collect anonymous demographic information, which is not unique to you, such as your age, and gender. We may gather additional personal or non-personal information in the future.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9EpuKBgEQ1X\",\"hash\":\"jiayxU7h585\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nInformation about your computer hardware and software may be automatically collected by Radiant Drops Ltd. This information can include your IP address, browser type, domain names, access times and referring website addresses. This information is used for the operation of the service, to maintain the quality of the service, and to provide general statistics regarding the use of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"d2F3nyi9UNe\",\"hash\":\"bWTZPQBOXR_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nPlease keep in mind that if you directly disclose personally identifiable information or personally sensitive data through Radiant Drops Ltd’s public message boards, this information may be collected and used by others.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Zs93cWUjT3c\",\"hash\":\"dpbJ7m2AzH5\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd encourages you to review the privacy statements of websites you choose to link to from Radiant Drops Ltd so that you can understand how those websites collect, use and share your information. Radiant Drops Ltd is not responsible for the privacy statements or other content on websites outside of the Radiant Drops Ltd website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LLXvShH5hO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. Use of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"hXPGfVjvhNs\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd collects and uses your personal information to operate its website(s) and deliver the services you have requested.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bSnNMjhruGl\",\"hash\":\"FZ1crefrvCC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may also use your personally identifiable information to inform you of other products or services available from Radiant Drops Ltd and its affiliates. Radiant Drops Ltd may also contact you via surveys to conduct research about your opinion of current services or of potential new services that may be offered.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_KBnkowdlFX\",\"hash\":\"bSDBl0h0g-9\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not sell, rent or lease its customer lists to third parties.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6CEKwf8mxA-\",\"hash\":\"ayEA7oiTUf6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may share data with trusted partners to help perform statistical analysis, send you email or postal mail, provide customer support, or arrange for deliveries. All such third parties are prohibited from using your personal information except to provide these services to Radiant Drops Ltd, and they are required to maintain the confidentiality of your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T-wlXvV7p7P\",\"hash\":\"VU6B-TsJHyu\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd may keep track of the websites and pages our users visit within Radiant Drops Ltd, in order to determine what Radiant Drops Ltd services are the most popular. This data is used to deliver customised content and advertising within Radiant Drops Ltd to customers whose behaviour indicates that they are interested in a particular subject area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"db8ZJgi4zHE\",\"hash\":\"3sO0SGzO4qi\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will disclose your personal information, without notice, only if required to do so by law or in the good faith belief that such action is necessary to: (a) conform to the edicts of the law or comply with the legal process served on Radiant Drops Ltd or the site; (b) protect and defend the rights or property of Radiant Drops Ltd; and, (c) act under exigent circumstances to protect the personal safety of users of Radiant Drops Ltd, or the public.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7ew8X2Vcnc7\",\"hash\":\"fJ44xvLVhvK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe will, from time to time, send you marketing emails concerning third parties. You will be provided with an opt-out function for the same.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Pz-D69p9jR\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"ks1o15o-ip\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe Radiant Drops Ltd website may use “cookies” to help you personalise your online experience. A cookie is a text file that is placed on your hard disk by a web page server. Cookies cannot be used to run programmes or deliver viruses to your computer. Cookies are uniquely assigned to you, and can only be read by a web server in the domain that issued the cookie to you.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wT4-zcYnbK\",\"hash\":\"dX4iE0ofJ7\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOne of the primary purposes of cookies is to provide a convenience feature to save you time. The purpose of a cookie is to tell the Web server that you have returned to a specific page. For example, if you personalise Radiant Drops Ltd pages, or register with Radiant Drops Ltd site or services, a cookie helps Radiant Drops Ltd to recall your specific information on subsequent visits. This simplifies the process of recording your personal information, such as billing addresses, shipping addresses, and so on. When you return to the same Radiant Drops Ltd website, the information you previously provided can be retrieved, so you can easily use the Radiant Drops Ltd features that you customised.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"lE8eZJTJl0n\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou have the ability to accept or decline cookies. Most web browsers automatically accept cookies, but you can usually modify your browser settings to decline cookies if you prefer. If you choose to decline cookies, you may not be able to fully experience the interactive features of the Radiant Drops Ltd services or websites you visit.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"92JfjI7DND\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Security of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"704skNcPN\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd secures your personal information from unauthorised access, use or disclosure. When personal information (such as a credit card number) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Sockets Layer (SSL) protocol.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"337Fyy6Vjs\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Children under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"1jxJlFZ0z\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd does not knowingly collect personally identifiable information from children under the age of thirteen (13) years old. If you are under the age of thirteen (13) years old, you must ask your parent or guardian for permission to use this website.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"mp-jsfjmhu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Opt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"8DY11zir3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe respect your privacy and give you an opportunity to opt-out of receiving declarations of certain information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"4k-kWZVnWj\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Changes to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"bN9-vk6zH\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd will occasionally update this Statement of Privacy to reflect company and customer feedback. Radiant Drops Ltd encourages you to periodically review this Statement to be informed of how Radiant Drops Ltd is protecting your information.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LbJJ7hi5C\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy','','inherit','closed','closed','','166-revision-v1','','','2023-12-30 20:38:35','2023-12-30 20:38:35','',166,'https://khia.abasa.com/?p=253',0,'revision','',0),(256,1,'2023-12-31 12:24:05','2023-12-31 12:24:05','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7VWwpfsg-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"lxQx5uZSE\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"ApZZ95vBj2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Collection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"GMgc0V4sB\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LLXvShH5hO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. Use of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"x03gP6MbC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Pz-D69p9jR\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"DWM2srBAK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"92JfjI7DND\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Security of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"u0uAkqNPj\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"337Fyy6Vjs\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Children under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"a4BMpFqhP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"mp-jsfjmhu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Opt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"NzkFRHxVhC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"4k-kWZVnWj\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Changes to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"WkRLrjpPe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LbJJ7hi5C\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy','','inherit','closed','closed','','166-revision-v1','','','2023-12-31 12:24:05','2023-12-31 12:24:05','',166,'https://khia.abasa.com/?p=256',0,'revision','',0),(258,1,'2023-12-31 12:25:11','2023-12-31 12:25:11','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"1zz2of93Ex\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"T_BbGpp0m6\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Introduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"0CWMaog3E\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"DsXKSf6Srd\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"3aDAilWcS\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dSTJ87Yqmm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"0SvM8AX9v\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"IMXfX9yqil\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Managing Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"GHZLeUanbG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQ9tzKGWQD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Changing to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"vZ4Q7TjjW\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"8iF7EBSbG\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','inherit','closed','closed','','234-revision-v1','','','2023-12-31 12:25:11','2023-12-31 12:25:11','',234,'https://khia.abasa.com/?p=258',0,'revision','',0); INSERT INTO `wp_posts` VALUES (260,1,'2023-12-31 12:33:01','2023-12-31 12:33:01','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"mmKK2QOCUX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nTerms and Conditions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQq8mzaxZ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Definitions and Interpretations\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_f7dgccBU8Z\",\"hash\":\"fA3xYBm8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PCvEAoZKbO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sjjHI4LHjGy\",\"hash\":\"64xwifxoQ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"CLkd7dlWO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Booking\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sEL0LGSCTsD\",\"hash\":\"LCuwqup2w\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"gjqk_-9IZJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Travel Documentation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XYz2CKM5RXk\",\"hash\":\"t9z3bWTZk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"U2_QckzQZ7\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Price and Payment\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"3oQgYDko2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. VISA APPLICATION\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"yKEeV8HM6c\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Amendments and cancellation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"EGTwMqtHqP\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Transfer\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Xnl4JK5wAn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n9. Time and Routes\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"q5s8696aIt\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n10. Insurance\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Terms','','inherit','closed','closed','','244-revision-v1','','','2023-12-31 12:33:01','2023-12-31 12:33:01','',244,'https://khia.abasa.com/?p=260',0,'revision','',0),(261,1,'2023-12-31 12:33:01','2023-12-31 12:33:01','<!-- wp:kubio/header {\"slug\":\"header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"RW_QAhu4iL\",\"hash\":\"j44lfkmuCu\"},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:post-content {\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"qPjFIdF0Y\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Full Width','','inherit','closed','closed','','18-revision-v1','','','2023-12-31 12:33:01','2023-12-31 12:33:01','',18,'https://khia.abasa.com/?p=261',0,'revision','',0),(262,1,'2023-12-31 12:37:01','2023-12-31 12:37:01','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"mmKK2QOCUX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nTerms and Conditions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQq8mzaxZ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Definitions and Interpretations\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_f7dgccBU8Z\",\"hash\":\"fA3xYBm8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PCvEAoZKbO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sjjHI4LHjGy\",\"hash\":\"64xwifxoQ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"CLkd7dlWO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Booking\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sEL0LGSCTsD\",\"hash\":\"LCuwqup2w\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"gjqk_-9IZJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Travel Documentation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XYz2CKM5RXk\",\"hash\":\"t9z3bWTZk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"U2_QckzQZ7\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Price and Payment\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"3oQgYDko2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. VISA APPLICATION\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"yKEeV8HM6c\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Amendments and cancellation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"EGTwMqtHqP\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Transfer\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Xnl4JK5wAn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n9. Time and Routes\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"q5s8696aIt\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n10. Insurance\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"mDMixppzGM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n11. Complaints\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"ncalmxLnSA\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n12. Liability\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J2rsOGUGF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n13. Notices\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"fiSkkUTv8A\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n14. Circumstances Beyond Our Control\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"bnXDxC9xY\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n15. General\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"AYlLhuVKbe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n16. Manners and Etiquettes\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D4jHbOhlkT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n17. Financial Protection\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Terms','','inherit','closed','closed','','244-revision-v1','','','2023-12-31 12:37:01','2023-12-31 12:37:01','',244,'https://khia.abasa.com/?p=262',0,'revision','',0),(263,1,'2023-12-31 13:28:13','2023-12-31 13:28:13','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"n37nVKEUAW\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','publish','closed','closed','','faqs','','','2023-12-31 19:46:55','2023-12-31 19:46:55','',0,'https://khia.abasa.com/?page_id=263',0,'page','',0),(264,1,'2023-12-31 13:28:13','2023-12-31 13:28:13','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"1zz2of93Ex\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"T_BbGpp0m6\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Introduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"0CWMaog3E\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"DsXKSf6Srd\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"3aDAilWcS\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dSTJ87Yqmm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"0SvM8AX9v\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"IMXfX9yqil\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Managing Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"GHZLeUanbG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQ9tzKGWQD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Changing to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"vZ4Q7TjjW\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"8iF7EBSbG\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','inherit','closed','closed','','263-revision-v1','','','2023-12-31 13:28:13','2023-12-31 13:28:13','',263,'https://khia.abasa.com/?p=264',0,'revision','',0),(266,1,'2023-12-31 13:55:01','2023-12-31 13:55:01','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"RSQqV3Qzjt\",\"hash\":\"dD08h-iUJ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"}}}}},\"attrs\":{\"name\":\"F.A.Q.\"},\"anchor\":\"faq\",\"kubioAI\":{\"meta\":{\"category\":\"f.a.q.\",\"cloudPresetId\":742}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"tIVcyeFJ2a\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"vkG5XWpj5Q\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"TJyqbGXWt_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"Q4mjP860e7\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VzQD2vorgl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"p9DJC4WQq3\"},\"kubioAI\":{\"desc\":\"F.A.Q. text\"}} -->\nF.A.Q.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"AWq0biC7ml\",\"props\":{\"level\":2},\"hash\":\"kLkBnSMM16\"},\"kubioAI\":{\"desc\":\"Frequently Asked Questions text\"}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','inherit','closed','closed','','263-revision-v1','','','2023-12-31 13:55:01','2023-12-31 13:55:01','',263,'https://khia.abasa.com/?p=266',0,'revision','',0),(267,1,'2023-12-31 13:55:15','2023-12-31 13:55:15','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','inherit','closed','closed','','263-revision-v1','','','2023-12-31 13:55:15','2023-12-31 13:55:15','',263,'https://khia.abasa.com/?p=267',0,'revision','',0),(268,1,'2023-12-31 13:55:15','2023-12-31 13:55:15','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"tKGR6bttKS\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}},\"hash\":\"_M2PomLgo\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"HfRemuU1Pnz\"},\"icon\":\"font-awesome/envelope\",\"kubioAI\":{\"desc\":\"email address\"}} -->\ninfo@companyname.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}},\"hash\":\"rIqEbwOrpw\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"NC1JvSafjM5\"},\"icon\":\"font-awesome/facebook-f\",\"kubioAI\":{\"desc\":\"\\u0022Facebook\\u0022 text with facebook link on it\"}} -->\nFacebook\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"ohbTEWkxm\"},\"icon\":\"font-awesome/youtube-play\",\"kubioAI\":{\"desc\":\"\\u0022Twitter/X\\u0022 text with Twitter link on it\"}} -->\nTwitter\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','inherit','closed','closed','','263-autosave-v1','','','2023-12-31 14:01:37','2023-12-31 14:01:37','',263,'https://khia.abasa.com/?p=268',0,'revision','',0),(269,1,'2023-12-31 14:02:10','2023-12-31 14:02:10','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"tKGR6bttKS\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"_M2PomLgo\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"HfRemuU1Pnz\"},\"icon\":\"font-awesome/envelope\",\"kubioAI\":{\"desc\":\"email address\"}} -->\ninfo@companyname.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"rIqEbwOrpw\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"NC1JvSafjM5\"},\"icon\":\"font-awesome/facebook-f\",\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nFacebook\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"ohbTEWkxm\"},\"icon\":\"font-awesome/youtube-play\",\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nTwitter\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','inherit','closed','closed','','263-revision-v1','','','2023-12-31 14:02:10','2023-12-31 14:02:10','',263,'https://khia.abasa.com/?p=269',0,'revision','',0),(270,1,'2023-12-31 14:05:38','2023-12-31 14:05:38','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"tKGR6bttKS\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','inherit','closed','closed','','263-revision-v1','','','2023-12-31 14:05:38','2023-12-31 14:05:38','',263,'https://khia.abasa.com/?p=270',0,'revision','',0),(275,1,'2023-12-31 19:33:09','2023-12-31 19:33:09','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"}}}}},\"hash\":\"lieXeLpf3\"},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"eDaazLtGP\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"UYREXmRo3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nATOL Certified\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"56B5t8Y7GI\",\"props\":{\"type\":\"normal\",\"isLead\":true},\"hash\":\"yBm03cjmuA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"}}}}}}} -->\nAt Radiant Drops Ltd, your peace of mind is paramount to enjoying your journey to the full. We hold an ATOL, an Air Travel Organisers License, so your financial security is assured, In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TuhvZSAxdT\",\"hash\":\"8CT3V7B__\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe flight-inclusive accommodation packages shown are ATOL-Protected by the Civil Aviation Authority. <strong>Our ATOL number is 10364</strong>. Click <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">here</a> to see our details on the Civil Aviation Authority’s website. ATOL Protection extends primarily to customers who book and pay in the United Kingdom.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"62xAi8YCaY\",\"hash\":\"UDKCe_z98\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nComplaints about your packages are best dealt with on the spot by our representative. If you need to take the matter further you should raise it with Radiant Drops Ltd in writing after which we will investigate the matter and In sha’ Allah resolve your complaint.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"5W_5GDKj9K\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"c0WcLmOFl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"BRvTGKAmSg\",\"hash\":\"c8zDotnQ2Z\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"PtGY4Grox6\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"N4wM-cKjc\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aV-7d_W2Yh\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"y3yd0Nu-yP\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"h_KSgCVs4B\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"-jfBhH5Clh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"MQKoXzs4VE\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"5RabQf4gWn\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"dpG7SAbXu6u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"MMmuMYhr4\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"06Kt_EsHxlJ\",\"hash\":\"gtvB5YyUJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"BRfOvF4CHCp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"ePFKasfHq_0\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"7DU92UggzzK\",\"hash\":\"1LsckmldpU8\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"iN81kHjr1av\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ZkEtx-Fe2\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"jEQTLAguOlE\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"J-uX4m9ij\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','ATOL','','publish','closed','closed','','atol','','','2024-01-02 16:43:26','2024-01-02 16:43:26','',0,'https://khia.abasa.com/?page_id=275',0,'page','',0),(276,1,'2023-12-31 19:33:09','2023-12-31 19:33:09','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"tKGR6bttKS\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','ATOL','','inherit','closed','closed','','275-revision-v1','','','2023-12-31 19:33:09','2023-12-31 19:33:09','',275,'https://khia.abasa.com/?p=276',0,'revision','',0),(278,1,'2023-12-31 19:33:09','2023-12-31 19:33:09','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"RNmfzjIi94\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}}} -->\nATOL Protection\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"pO29u54QhI\",\"hash\":\"I_ITj7TQfz\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"separators\":{\"top\":{\"enabled\":false,\"height\":{\"value\":10,\"unit\":\"%\"}},\"bottom\":{\"enabled\":false,\"height\":{\"value\":10,\"unit\":\"%\"}}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":814}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"lgJB7bF6Ka\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"hyYCDGJGzL\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OAKyGhaTFt\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"nTR-YEjS7\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":40,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mpp049nvw-\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"K9wUr_G5d\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}}} -->\nATOL Protection\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"MNeqQM11HV\",\"hash\":\"0BQXx91Ov\",\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops Ltd, your peace of mind is paramount to enjoying your journey to the full. We hold an ATOL, an Air Travel Organisers License, so your financial security is assured, In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"LqfadgEy4W\",\"hash\":\"Cs1Xc4YeRC\",\"props\":{\"isLead\":false}}} -->\nThe flight-inclusive accommodation packages shown are ATOL-Protected by the Civil Aviation Authority. Our ATOL number is 10364. Click here to see our details on the Civil Aviation Authority’s website. ATOL Protection extends primarily to customers who book and pay in the United Kingdom.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"La1yHImnRD\",\"hash\":\"5kXv78IBf\"}} -->\nComplaints about your packages are best dealt with on the spot by our representative. If you need to take the matter further you should raise it with Radiant Drops Ltd in writing after which we will investigate the matter and In sha’ Allah resolve your complaint.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PhjGLUOWTTX\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"TozHuNwG8k\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://static.kubiobuilder.com/snippets/content-shadow-free-simple2-2-1700037924/assets/2023/11/neom-cZkdauWij50-unsplash-smaller.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"tKGR6bttKS\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\u0022Facebook\\u0022 text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\u0022Twitter/X\\u0022 text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','ATOL','','inherit','closed','closed','','275-autosave-v1','','','2023-12-31 19:33:09','2023-12-31 19:33:09','',275,'https://khia.abasa.com/?p=278',0,'revision','',0),(279,1,'2023-12-31 19:41:04','2023-12-31 19:41:04','','2023 HAU 01 Logo 09-01 Comp','','inherit','open','closed','','2023-hau-01-logo-09-01-comp','','','2023-12-31 19:41:04','2023-12-31 19:41:04','',0,'http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp.png',0,'attachment','image/png',0),(280,1,'2023-12-31 19:46:30','2023-12-31 19:46:30','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"}}}}},\"hash\":\"lieXeLpf3\"},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"eDaazLtGP\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"UYREXmRo3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nATOL Certified\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"56B5t8Y7GI\",\"props\":{\"type\":\"normal\",\"isLead\":true},\"hash\":\"yBm03cjmuA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"}}}}}}} -->\nAt Radiant Drops Ltd, your peace of mind is paramount to enjoying your journey to the full. We hold an ATOL, an Air Travel Organisers License, so your financial security is assured, In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TuhvZSAxdT\",\"hash\":\"8CT3V7B__\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe flight-inclusive accommodation packages shown are ATOL-Protected by the Civil Aviation Authority. <strong>Our ATOL number is 10364</strong>. Click <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">here</a> to see our details on the Civil Aviation Authority’s website. ATOL Protection extends primarily to customers who book and pay in the United Kingdom.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"62xAi8YCaY\",\"hash\":\"UDKCe_z98\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nComplaints about your packages are best dealt with on the spot by our representative. If you need to take the matter further you should raise it with Radiant Drops Ltd in writing after which we will investigate the matter and In sha’ Allah resolve your complaint.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"5W_5GDKj9K\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"c0WcLmOFl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"BJS6Ib89AYE\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','ATOL','','inherit','closed','closed','','275-revision-v1','','','2023-12-31 19:46:30','2023-12-31 19:46:30','',275,'https://khia.abasa.com/?p=280',0,'revision','',0),(282,1,'2023-12-31 19:46:55','2023-12-31 19:46:55','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"n37nVKEUAW\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','FAQs','','inherit','closed','closed','','263-revision-v1','','','2023-12-31 19:46:55','2023-12-31 19:46:55','',263,'https://khia.abasa.com/?p=282',0,'revision','',0),(284,1,'2023-12-31 19:47:37','2023-12-31 19:47:37','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"d_0eAWj6W\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"textAlign\":\"left\"}}}}} -->\nPrivacy Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"lxQx5uZSE\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"ApZZ95vBj2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Collection of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"GMgc0V4sB\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LLXvShH5hO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. Use of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"k5pO9td0Di2\",\"hash\":\"x03gP6MbC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Pz-D69p9jR\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"DWM2srBAK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"92JfjI7DND\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Security of Personal Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"u0uAkqNPj\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"337Fyy6Vjs\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Children under Thirteen\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"a4BMpFqhP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"mp-jsfjmhu\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Opt-out and Unsubscribe\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"NzkFRHxVhC\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"4k-kWZVnWj\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Changes to this Statement\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"WkRLrjpPe\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"LbJJ7hi5C\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"2OpJ4sx8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nRadiant Drops Ltd welcomes your questions or comments regarding this Statement of Privacy. If you believe that Radiant Drops Ltd has not adhered to this Statement, please contact Radiant Drops Ltd at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Privacy','','inherit','closed','closed','','166-revision-v1','','','2023-12-31 19:47:37','2023-12-31 19:47:37','',166,'https://khia.abasa.com/?p=284',0,'revision','',0),(286,1,'2023-12-31 19:48:18','2023-12-31 19:48:18','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"RHQFxxOz_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"textAlign\":\"left\"}}}}} -->\nCookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"T_BbGpp0m6\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Introduction\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"0CWMaog3E\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"DsXKSf6Srd\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Z6eSBd9oJv1\",\"hash\":\"3aDAilWcS\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"dSTJ87Yqmm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Use of Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4fDUiQmLt9\",\"hash\":\"0SvM8AX9v\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"IMXfX9yqil\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Managing Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"GHZLeUanbG\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQ9tzKGWQD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Changing to Cookies Policy\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"vZ4Q7TjjW\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"8iF7EBSbG\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. Contact Information\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"ttpsOrIj0BY\",\"hash\":\"gVeciARyO\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nIf you have any questions, concerns, or feedback regarding this Cookies Policy, please contact us at:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"oTdO4WOj_Kl\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"8zOWoH9Yl\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"tSWK3f3oPr4\",\"hash\":\"DTcw5gjV7\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"zjzayG301vj\",\"hash\":\"lzvppb5TGX\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Cookies','','inherit','closed','closed','','234-revision-v1','','','2023-12-31 19:48:18','2023-12-31 19:48:18','',234,'https://khia.abasa.com/?p=286',0,'revision','',0),(288,1,'2023-12-31 19:48:34','2023-12-31 19:48:34','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"a1zMyXgYJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"textAlign\":\"left\"}}}}} -->\nTerms and Conditions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-xx9AbjQRPh\",\"hash\":\"y8alqNdYA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\n<strong>Effective Date:</strong> 2nd of November 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"HQq8mzaxZ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n1. Definitions and Interpretations\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"_f7dgccBU8Z\",\"hash\":\"fA3xYBm8f\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"PCvEAoZKbO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n2. What are Cookies\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sjjHI4LHjGy\",\"hash\":\"64xwifxoQ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"CLkd7dlWO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n3. Booking\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sEL0LGSCTsD\",\"hash\":\"LCuwqup2w\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"gjqk_-9IZJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n4. Travel Documentation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XYz2CKM5RXk\",\"hash\":\"t9z3bWTZk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"U2_QckzQZ7\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n5. Price and Payment\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"3oQgYDko2\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n6. VISA APPLICATION\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"yKEeV8HM6c\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n7. Amendments and cancellation\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"EGTwMqtHqP\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n8. Transfer\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"Xnl4JK5wAn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n9. Time and Routes\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"q5s8696aIt\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n10. Insurance\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"mDMixppzGM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n11. Complaints\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"ncalmxLnSA\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n12. Liability\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"J2rsOGUGF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n13. Notices\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"fiSkkUTv8A\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n14. Circumstances Beyond Our Control\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"bnXDxC9xY\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n15. General\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"AYlLhuVKbe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n16. Manners and Etiquettes\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"amvPsTMnl\",\"hash\":\"Xtp_z-koj\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"liiETq35V\",\"props\":{\"level\":5},\"hash\":\"D4jHbOhlkT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"},\"textAlign\":\"left\"}}}}} -->\n17. Financial Protection\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"JIxZh04SDR3\",\"hash\":\"ZDShSPJAq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sed mollis lectus, sit amet feugiat eros. Aenean ac pellentesque metus. Sed pellentesque sodales odio, ac ultrices dui. Quisque sit amet dui diam. Quisque bibendum convallis euismod. Phasellus feugiat lectus sit amet lectus auctor, ac pretium turpis auctor. Nunc ultricies sagittis neque non vehicula. Sed tempus lobortis aliquam. Nam sem enim, mattis at aliquam id, consequat nec velit. Quisque malesuada, quam nec vestibulum tristique, nisi libero fermentum ipsum, in maximus risus magna sed ex. Aliquam finibus tellus congue fermentum pretium. Aliquam in felis neque. In hac habitasse platea dictumst.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Terms','','inherit','closed','closed','','244-revision-v1','','','2023-12-31 19:48:34','2023-12-31 19:48:34','',244,'https://khia.abasa.com/?p=288',0,'revision','',0),(289,1,'2023-12-31 19:49:27','2023-12-31 19:49:27','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"kubio-156\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":100,\"y\":50},\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"rgba(var(--kubio-color-6),1)\",\"opacity\":\"0.5\"},\"type\":\"color\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"light\":0}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":100,\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"position\":{\"x\":14.654890415439976,\"y\":53.48230912476723}}]}}}}}},\"hash\":\"rSAz5_yGJ\"},\"attrs\":{\"name\":\"Contact\"},\"anchor\":\"contact\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":193}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"kubio-157\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"hash\":\"178d4074\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-158\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(189, 189, 189, 0.5)\",\"y\":\"2\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"75\"}}}}},\"hash\":\"4563a161\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"kubio-159\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"975c1a16\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-160\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"40\"},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"vSpace\":{\"value\":\"20\"}}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"},\"bottom\":{\"value\":\"25\",\"unit\":\"px\"},\"left\":{\"value\":\"25\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"1f89acf2\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kubio-161\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cfiEGJq8_6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\ncontact Us\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"kubio-162\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"padding\":{\"top\":{\"value\":\"15\"},\"left\":{\"value\":\"15\"},\"right\":{\"value\":\"15\"},\"bottom\":{\"value\":\"15\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}},\"hash\":\"5a06321a\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/binoculars\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kubio-163\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"waPPdJIFs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWrite us or contact us on our social media\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"kubio-164\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"states\":{\"hover\":{\"transition\":{\"duration\":{\"value\":\"1\"}}}},\"textAlign\":\"center\"},\"icon\":{\"margin\":{\"right\":{\"value\":\"10\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"fill\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":\"20\",\"unit\":\"px\"},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"fill\":\"rgba(var(--kubio-color-1-variant-1),1)\"}},\"media\":{\"tablet\":{\"size\":{\"value\":\"15\"}}}}}},\"hash\":\"de64aa5c\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"0Grdseukr\",\"hash\":\"Ch97hdmB1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"icon\":{\"name\":\"font-awesome/facebook-square\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"scte588gvS\",\"hash\":\"eiD-rI7z9\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"icon\":{\"name\":\"font-awesome/youtube-square\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-165\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"40\"},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"30a8b84e\"}} -->\n<!-- wp:kubio/contact {\"kubio\":{\"props\":{\"compliedStyleFlags\":{\"forminator\":{\"validationError\":false}}},\"style\":{\"descendants\":{\"formContainer\":{\"padding\":{\"top\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}}},\"labels\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"fields\":{\"margin\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"}},\"background\":{\"color\":\"#ffffff\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"submitButton\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"},\"weight\":\"600\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"marginRight\":\"0\",\"marginLeft\":\"auto\",\"textAlign\":\"right\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"media\":{\"mobile\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"textAlign\":\"center\"}}},\"errorNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"infoNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"successNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}}}},\"styleRef\":\"kubio-166\",\"hash\":\"2f1a3b80\"}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Contact','','publish','closed','closed','','contact','','','2023-12-31 19:54:00','2023-12-31 19:54:00','',0,'https://khia.abasa.com/?page_id=289',0,'page','',0),(290,1,'2023-12-31 19:49:27','2023-12-31 19:49:27','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"}}}}},\"hash\":\"lieXeLpf3\"},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"eDaazLtGP\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"UYREXmRo3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nATOL Certified\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"56B5t8Y7GI\",\"props\":{\"type\":\"normal\",\"isLead\":true},\"hash\":\"yBm03cjmuA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"}}}}}}} -->\nAt Radiant Drops Ltd, your peace of mind is paramount to enjoying your journey to the full. We hold an ATOL, an Air Travel Organisers License, so your financial security is assured, In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TuhvZSAxdT\",\"hash\":\"8CT3V7B__\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe flight-inclusive accommodation packages shown are ATOL-Protected by the Civil Aviation Authority. <strong>Our ATOL number is 10364</strong>. Click <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">here</a> to see our details on the Civil Aviation Authority’s website. ATOL Protection extends primarily to customers who book and pay in the United Kingdom.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"62xAi8YCaY\",\"hash\":\"UDKCe_z98\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nComplaints about your packages are best dealt with on the spot by our representative. If you need to take the matter further you should raise it with Radiant Drops Ltd in writing after which we will investigate the matter and In sha’ Allah resolve your complaint.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"5W_5GDKj9K\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"c0WcLmOFl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"BJS6Ib89AYE\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Contact','','inherit','closed','closed','','289-revision-v1','','','2023-12-31 19:49:27','2023-12-31 19:49:27','',289,'https://khia.abasa.com/?p=290',0,'revision','',0),(292,1,'2023-12-31 19:49:27','2023-12-31 19:49:27','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"kubio-156\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":100,\"y\":50},\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\",\"opacity\":\"0.5\"},\"type\":\"color\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"light\":0}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"padding\":{\"top\":{\"value\":\"150\"},\"bottom\":{\"value\":\"150\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"position\":{\"x\":14.654890415439976,\"y\":53.48230912476723}}]}}}}}},\"hash\":\"etcPSmtLK\"},\"attrs\":{\"name\":\"Contact\"},\"anchor\":\"contact\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":193}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"kubio-157\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"hash\":\"178d4074\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-158\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(189, 189, 189, 0.5)\",\"y\":\"2\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"75\"}}}}},\"hash\":\"4563a161\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"kubio-159\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"975c1a16\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-160\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"40\"},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"vSpace\":{\"value\":\"20\"}}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"},\"bottom\":{\"value\":\"25\",\"unit\":\"px\"},\"left\":{\"value\":\"25\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"1f89acf2\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kubio-161\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cfiEGJq8_6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\ncontact Us\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"kubio-162\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"padding\":{\"top\":{\"value\":\"15\"},\"left\":{\"value\":\"15\"},\"right\":{\"value\":\"15\"},\"bottom\":{\"value\":\"15\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}}}},\"hash\":\"5a06321a\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/binoculars\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kubio-163\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"waPPdJIFs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWrite us or contact us on our social media\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"kubio-164\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"states\":{\"hover\":{\"transition\":{\"duration\":{\"value\":\"1\"}}}},\"textAlign\":\"center\"},\"icon\":{\"margin\":{\"right\":{\"value\":\"10\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":\"20\",\"unit\":\"px\"},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-1),1)\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1-variant-1),1)\"}},\"media\":{\"tablet\":{\"size\":{\"value\":\"15\"}}}}}},\"hash\":\"de64aa5c\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"0Grdseukr\",\"style\":{},\"_props\":[],\"_style\":{},\"hash\":\"Ch97hdmB1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"icon\":{\"name\":\"font-awesome/facebook-square\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"scte588gvS\",\"style\":{},\"_props\":[],\"_style\":{},\"hash\":\"eiD-rI7z9\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"icon\":{\"name\":\"font-awesome/youtube-square\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-165\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"40\"},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"30a8b84e\"}} -->\n<!-- wp:kubio/contact {\"kubio\":{\"props\":{\"compliedStyleFlags\":{\"forminator\":{\"validationError\":false}}},\"style\":{\"descendants\":{\"formContainer\":{\"padding\":{\"top\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}}},\"labels\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"fields\":{\"margin\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"}},\"background\":{\"color\":\"#ffffff\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"submitButton\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"},\"weight\":\"600\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"marginRight\":\"0\",\"marginLeft\":\"auto\",\"textAlign\":\"right\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-2),1)\"}}},\"media\":{\"mobile\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"textAlign\":\"center\"}}},\"errorNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"infoNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"successNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"styleRef\":\"kubio-166\",\"hash\":\"2f1a3b80\"}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Contact','','inherit','closed','closed','','289-autosave-v1','','','2023-12-31 19:49:27','2023-12-31 19:49:27','',289,'https://khia.abasa.com/?p=292',0,'revision','',0),(293,1,'2023-12-31 19:54:00','2023-12-31 19:54:00','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"kubio-156\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":100,\"y\":50},\"attachment\":\"fixed\"}],\"overlay\":{\"enabled\":true,\"color\":{\"value\":\"rgba(var(--kubio-color-6),1)\",\"opacity\":\"0.5\"},\"type\":\"color\",\"shape\":{\"value\":\"none\",\"isTile\":false},\"light\":0}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":100,\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"position\":{\"x\":14.654890415439976,\"y\":53.48230912476723}}]}}}}}},\"hash\":\"rSAz5_yGJ\"},\"attrs\":{\"name\":\"Contact\"},\"anchor\":\"contact\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":193}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"kubio-157\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"hash\":\"178d4074\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-158\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(189, 189, 189, 0.5)\",\"y\":\"2\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"90\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"75\"}}}}},\"hash\":\"4563a161\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"kubio-159\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"975c1a16\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-160\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"40\"},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"vSpace\":{\"value\":\"20\"}}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":\"25\",\"unit\":\"px\"},\"right\":{\"value\":\"25\",\"unit\":\"px\"},\"bottom\":{\"value\":\"25\",\"unit\":\"px\"},\"left\":{\"value\":\"25\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"40\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"1f89acf2\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kubio-161\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cfiEGJq8_6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\ncontact Us\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"kubio-162\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"padding\":{\"top\":{\"value\":\"15\"},\"left\":{\"value\":\"15\"},\"right\":{\"value\":\"15\"},\"bottom\":{\"value\":\"15\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}},\"hash\":\"5a06321a\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/binoculars\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kubio-163\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"waPPdJIFs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWrite us or contact us on our social media\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"kubio-164\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"states\":{\"hover\":{\"transition\":{\"duration\":{\"value\":\"1\"}}}},\"textAlign\":\"center\"},\"icon\":{\"margin\":{\"right\":{\"value\":\"10\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"fill\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"value\":\"20\",\"unit\":\"px\"},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"fill\":\"rgba(var(--kubio-color-1-variant-1),1)\"}},\"media\":{\"tablet\":{\"size\":{\"value\":\"15\"}}}}}},\"hash\":\"de64aa5c\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"0Grdseukr\",\"hash\":\"Ch97hdmB1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"icon\":{\"name\":\"font-awesome/facebook-square\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"scte588gvS\",\"hash\":\"eiD-rI7z9\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"icon\":{\"name\":\"font-awesome/youtube-square\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"kubio-165\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"40\"},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"60\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"30a8b84e\"}} -->\n<!-- wp:kubio/contact {\"kubio\":{\"props\":{\"compliedStyleFlags\":{\"forminator\":{\"validationError\":false}}},\"style\":{\"descendants\":{\"formContainer\":{\"padding\":{\"top\":{\"value\":\"40\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}}},\"labels\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"fields\":{\"margin\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"}},\"background\":{\"color\":\"#ffffff\"},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"submitButton\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"value\":\"40\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"40\",\"unit\":\"px\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"2\"},\"weight\":\"600\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"marginRight\":\"0\",\"marginLeft\":\"auto\",\"textAlign\":\"right\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"media\":{\"mobile\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"textAlign\":\"center\"}}},\"errorNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"infoNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}},\"successNotice\":{\"border\":{\"top\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"bottom\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"black\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"}}}},\"styleRef\":\"kubio-166\",\"hash\":\"2f1a3b80\"}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Contact','','inherit','closed','closed','','289-revision-v1','','','2023-12-31 19:54:00','2023-12-31 19:54:00','',289,'https://khia.abasa.com/?p=293',0,'revision','',0),(296,1,'2023-12-31 19:56:41','2023-12-31 19:56:41','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ZEpE9Eg65K\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"X8VySjrYGk\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"g3wiozG-w-\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"K0QHTDh-L\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":300}}}}}} -->\nJoin us for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"YQIwhdA4T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ioIiagaMM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"6CTZeEKPDZ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"wj-TYEY-qa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"JEdUv9eIOR\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"70AGYNHgd\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"E3G7_AN6RD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"V2jI96hhH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"fZNJUeibP2\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"Eq7PiMpGI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"bdlRQajcD\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2023-12-31 19:56:41','2023-12-31 19:56:41','',11,'https://khia.abasa.com/?p=296',0,'revision','',0),(297,1,'2023-12-31 19:58:32','2023-12-31 19:58:32','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"}}}}},\"hash\":\"lieXeLpf3\"},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"eDaazLtGP\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"UYREXmRo3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nATOL Certified\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"56B5t8Y7GI\",\"props\":{\"type\":\"normal\",\"isLead\":true},\"hash\":\"yBm03cjmuA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"}}}}}}} -->\nAt Radiant Drops Ltd, your peace of mind is paramount to enjoying your journey to the full. We hold an ATOL, an Air Travel Organisers License, so your financial security is assured, In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TuhvZSAxdT\",\"hash\":\"8CT3V7B__\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe flight-inclusive accommodation packages shown are ATOL-Protected by the Civil Aviation Authority. <strong>Our ATOL number is 10364</strong>. Click <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">here</a> to see our details on the Civil Aviation Authority’s website. ATOL Protection extends primarily to customers who book and pay in the United Kingdom.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"62xAi8YCaY\",\"hash\":\"UDKCe_z98\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nComplaints about your packages are best dealt with on the spot by our representative. If you need to take the matter further you should raise it with Radiant Drops Ltd in writing after which we will investigate the matter and In sha’ Allah resolve your complaint.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"5W_5GDKj9K\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"c0WcLmOFl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"BRvTGKAmSg\",\"hash\":\"c8zDotnQ2Z\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"PtGY4Grox6\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"N4wM-cKjc\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aV-7d_W2Yh\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"y3yd0Nu-yP\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"h_KSgCVs4B\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"-jfBhH5Clh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"MQKoXzs4VE\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"5RabQf4gWn\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"dpG7SAbXu6u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"MMmuMYhr4\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"06Kt_EsHxlJ\",\"hash\":\"gtvB5YyUJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"BRfOvF4CHCp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"ePFKasfHq_0\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"7DU92UggzzK\",\"hash\":\"1LsckmldpU8\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"iN81kHjr1av\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BdKsidouO\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nContribute now!\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"jEQTLAguOlE\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"J-uX4m9ij\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','ATOL','','inherit','closed','closed','','275-revision-v1','','','2023-12-31 19:58:32','2023-12-31 19:58:32','',275,'https://khia.abasa.com/?p=297',0,'revision','',0),(299,1,'2023-12-31 20:02:15','2023-12-31 20:02:15','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":62.17,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":44.58,\"unit\":\"%\"}}}}}}},\"hash\":\"TF5qRDMZl\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"ZVvdfSlvORs\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"dDbtaUdJSBH\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"shzBM2Sy1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://wa.me/442071000555\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":37.81,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55.37,\"unit\":\"%\"}}}}}}},\"hash\":\"K4i0MUfEvx\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"6NnOPBF-d\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"AWQhHG_cLJ\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"LJq4KQrbB1\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"X3_STfh2C-\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"HUYjyUx9Ko\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"yt4TQ-NAnN\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2023-12-31 20:02:15','2023-12-31 20:02:15','',27,'https://khia.abasa.com/?p=299',0,'revision','',0),(304,1,'2023-12-31 21:52:29','2023-12-31 21:52:29','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"vErz0jDwye\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"QV7Y5UZv1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>This was my first time going Umrah and it has been a life changing experience. I had an amazing time and met many people that have had a great impact on me. I gained memories from this Umrah that will no doubt stay with me for the rest of my life.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"sHiuajfMl\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Ali Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"A51r9hiyz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>The Sheikh was excellent. He moved mountains when giving historic talks which brought tears to one’s eyes. One could actually feel the pain, suffering and hardship our Prophet ﷺ and companions endured through the deserts and at the hands of enemies. It was very inspiring which brought us back to reality that we are all here for one purpose that is to please Allah and follow the Sunnah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"oOFEvvfmU\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nShirin Hussain\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"tgNnMlloO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>The Umrah was a fantastic experience. Have learnt a lot. The children had really enjoyed themselves. Made new friends like a family ma sha’ Allah. In sha’ Allah will definitely join again, hopefully for Hajj.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6ZczkwXYH\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Sufi\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"cl9udbr7q\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>I cannot rate this company highly enough. From the first contact, they have been very friendly and helpful with any questions and requests. I would highly recommend them to anybody as they were so easy to deal with, honest and very professional.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qmKyxI6Vp\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nAli Uddin\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"vukW5hYwj\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Very highly recommended, certainly will be rebooking again in sha’ Allah. You have set the standard for service and quality for other Hajj and Umrah tour operators to follow… A unique service for the children I have not seen with other tour operators.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"C8QW_3cFM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nImran Mogul\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"tvvKyuR_v\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Al-hamdu lillah the overall experience was amazing, we both enjoyed it a lot and would love to go back. Jazak Allah Khair for helping us to make this journey happen. May Allah reward you for your hard work in helping so many people to perform their pilgrimage and may Allah answer your Du’as and give you what’s best for you, Ameen.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"OJJwYdh4q\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nJamil Truong\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"PrF4upBm5\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Ma sha’ Allah Sheikh was excellent made us cry when giving his talks and talking about our beloved Prophet ﷺ and his companions RA and the hardship he saw went through for us and we had fun and laughs during the tour as well may Allah ﷻ rewards the brothers and Sheikh for their hard work leading up to the tour and during the tour.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xl30rZp5D\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nName withheld\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"xZXQxWVyg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>I thought it was an excellent experience for me since it was my first time, and having a group like Radiant Drops with the Sheikh and other speakers Ma sha’ Allah was excellent. I particularly like the religious talks! Also when problems occurred the organisers managed it well.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"F_G-hPZAM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBint Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"t5Joj-CsPt\",\"hash\":\"badwIu3H9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Having been on Umrah and Hajj on many occasions with various groups, me and my family decided to attend Umrah April 2015 with Radiant Drops. Al-hamdu lillah by far to date we have had our best, easiest and life changing experience with the organisation of the group. We did Umrah with our one year old son and what gave us peace of mind, was the guides ensured that all our needs were met. We could see that the group could easily cater for both young and old.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PfQqI-DiSl\",\"hash\":\"LJffDXSQo\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>From our initial meeting at Heathrow, to our departure from Mecca, Radiant Drops did on all occasions make us feel that we were well looked after. From spiritural talks, Ziyarats, I, my wife and son felt strong feeling of enlightenment. The group was like a family to us. Radiant Drops delivered on all accounts and was well structured. The convenience of the hotels and their locations were outstanding. We could see that they over the years, Radiant Drops have developed a good and strong understanding for catering for all types of brothers and sisters. There knowledge in how the trip was structured, came to light instantly.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"V0EK9HYLEp\",\"hash\":\"z08gqnWtL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>I personally would recommend Radiant Drops to any brother and sisters. We hope In sha’ Allah to travel again with Radiant Drops for another Umrah or Hajj.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"GuJnDjeR_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBilal Siddiqui\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"0oTOxsyNy\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Definitely recommend Radiant Drops, especially the Seerah Tour and if one is going for Hajj or Umrah for the first time. Excellent tour guides who provide a helpful, personal and friendly service. Radiant Drops has coherent communication as well as trying their very best to meet everybody’s requirements. They made things a lot easier by helping people prepare (via Webinar, e-mails with tips, Dua’s and booklets) not only before Umrah but also after - in regards to changing and bringing the best out of people and their Deen.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"2Mt-1x0wZ\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSuraiya Aziz\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"sBLRccCrG\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>A huge thank you to Radiant Drops for their amazing service… It was our first experience of performing Umrah, our advisor was very supportive in solving all of our concerns and preparing us for our journey… We had a very comfortable stay without any problems. If you are also looking for a memorable experience of Hajj/Umrah without any hassle or worries, then I would highly recommend Radiant Drops. We certainly will be going with them for many more amazing memories.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"lybLlzLzh\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Butt\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"rF8GBZmzC\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>This is my first trip to Makkah and Madinah with my family. I was extremely impressed with Radiant Drops. It made our Umrah journey pleasant and less stressful. I have nothing but praises for our tour guides, Hamza and Hassan. They were extremely patient, very friendly, very communicative and well organised. Thank you for making our journey pleasant and unforgettable. I won’t hesitate to recommend Radiant Drops to my friends and relatives.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"kWbwZAFM_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Abu Haneefa\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Testimonial','','publish','closed','closed','','testimonial','','','2023-12-31 22:15:49','2023-12-31 22:15:49','',0,'https://khia.abasa.com/?page_id=304',0,'page','',0),(305,1,'2023-12-31 21:52:29','2023-12-31 21:52:29','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"dzDMvLlqxn\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nFrequently Asked Questions\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"U8VhPO95z4H\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"B7f4pzHtNaq\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"KRx20Ob6F\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"frIZq-wb1\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the main difference between Hajj and Umrah and which one should I consider?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"nv8F0PMgw\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHajj is a mandatory pilgrimage while Umrah is optional, but both involve different rituals and seasons. We can provide guidance to help you choose the most suitable pilgrimage for your needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"tHXrj176W7t\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"lcdb_LkAar\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xvdRQLx1w\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I book a tour with Hajj & Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"iQ-LJoymqFS\",\"hash\":\"SSol3eKpH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can easily book a tour by visiting our website, selecting your desired package, and following the booking instructions. We also offer personalised assistance through our customer <a href=\"#\">Support Team</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ICUhjFJoC\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat are the payment options available for booking my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"c1EROPvHx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe offer various payment options, including cash, credit/debit card, bank transfer, and PayPal. You can choose the one that best suits your preferences.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"nz0-9Zh0fQZ\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"OUQdexZjKR\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"Cs-e8cA7MI\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nCan I customise my Hajj or Umrah tour to suit my personal preferences or requirements?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3sRCZ9zkOIU\",\"hash\":\"Q1_HJMkBD\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYes, we provide customisable packages. You can discuss your preferences with our team, and we will tailor a package to meet your specific needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xLYrAQWB5\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is included in the package cost, and are there any additional charges or hidden fees?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"kEncRdORV\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur package details are transparent, and we strive to include all costs upfront. Any additional fees or charges will be clearly communicated before booking.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"FFRwL8TQQ4\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow do you ensure the quality and comfort of accommodation during the journey?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"Q9NKTOiMJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe carefully select accommodations that meet our quality standards and are conveniently located near religious sites. You can expect comfortable and clean lodging.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"J3FOVmeQJ\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat transportation arrangements do you provide for pilgrims during Hajj and Umrah?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"H7rxK-urH\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe arrange comfortable and reliable transportation to and from pilgrimage sites and offer guidance on travel logistics during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"ANspR5CX0\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat documents and visas are required for Hajj and Umrah, and do you assist with the application process?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"0aSFOgTTx\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe provide assistance and guidance in obtaining the necessary visas and documents, ensuring a smooth application process.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qtG3TLeAc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is the cancellation and refund policy in case I need to change my travel plans?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"JHeMGuVuX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nOur cancellation and refund policies are outlined in our terms and conditions, and we will work with you to accommodate changes whenever possible.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"bllfXvA5K\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat kind of medical and travel insurance do you recommend for pilgrims?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"nYz4QLtU_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nWe strongly recommend comprehensive travel and medical insurance to ensure you are adequately covered during your journey.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6L09biiil8\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nWhat is ATOL Protection, and why is it important for my Hajj and Umrah tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"ysrSaG570\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nATOL (Air Travel Organiser’s License) protection is a UK government-backed scheme that safeguards your money and ensures you’re not stranded abroad if the tour operator fails. It’s important for your peace of mind, to ensure financial protection during your pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"wFEbYEfBg1o\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":700,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"}}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"jolU1Z5UWy\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"491vcLzQc\"},\"icon\":\"font-awesome/question-circle\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nHow can I verify that your company has ATOL Protection for my tour?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jDdfMi9zLC5\",\"hash\":\"dnZeWvCWe\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nYou can verify our ATOL protection by checking our <a href=\"https://khia.abasa.com/atol/\">ATOL certificate number</a> on our website and confirming it with the <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">UK Civil Aviation Authority’s ATOL database</a>.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"n37nVKEUAW\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Testimonial','','inherit','closed','closed','','304-revision-v1','','','2023-12-31 21:52:29','2023-12-31 21:52:29','',304,'https://khia.abasa.com/?p=305',0,'revision','',0); INSERT INTO `wp_posts` VALUES (307,1,'2023-12-31 22:10:10','2023-12-31 22:10:10','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"vErz0jDwye\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"Dyq8GcEMv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThis was my first time going Umrah and it has been a life changing experience. I had an amazing time and met many people that have had a great impact on me. I gained memories from this Umrah that will no doubt stay with me for the rest of my life.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"sHiuajfMl\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Ali Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"DUi_q2ouT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThe Sheikh was excellent. He moved mountains when giving historic talks which brought tears to one’s eyes. One could actually feel the pain, suffering and hardship our Prophet ﷺ and companions endured through the deserts and at the hands of enemies. It was very inspiring which brought us back to reality that we are all here for one purpose that is to please Allah and follow the Sunnah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"oOFEvvfmU\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nShirin Hussain\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"ggoNnfYSL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThe Umrah was a fantastic experience. Have learnt a lot. The children had really enjoyed themselves. Made new friends like a family ma sha’ Allah. In sha’ Allah will definitely join again, hopefully for Hajj.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6ZczkwXYH\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Sufi\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"V449kiCRl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nI cannot rate this company highly enough. From the first contact, they have been very friendly and helpful with any questions and requests. I would highly recommend them to anybody as they were so easy to deal with, honest and very professional.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qmKyxI6Vp\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nAli Uddin\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"DIo5sSIew\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nVery highly recommended, certainly will be rebooking again in sha’ Allah. You have set the standard for service and quality for other Hajj and Umrah tour operators to follow… A unique service for the children I have not seen with other tour operators.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"C8QW_3cFM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nImran Mogul\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"f3jhAkxaI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nAl-hamdu lillah the overall experience was amazing, we both enjoyed it a lot and would love to go back. Jazak Allah Khair for helping us to make this journey happen. May Allah reward you for your hard work in helping so many people to perform their pilgrimage and may Allah answer your Du’as and give you what’s best for you, Ameen.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"OJJwYdh4q\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nJamil Truong\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"tr5TH5I6s\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nMa sha’ Allah Sheikh was excellent made us cry when giving his talks and talking about our beloved Prophet ﷺ and his companions RA and the hardship he saw went through for us and we had fun and laughs during the tour as well may Allah ﷻ rewards the brothers and Sheikh for their hard work leading up to the tour and during the tour.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xl30rZp5D\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nName withheld\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"WquB83bzX9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nI thought it was an excellent experience for me since it was my first time, and having a group like Radiant Drops with the Sheikh and other speakers Ma sha’ Allah was excellent. I particularly like the religious talks! Also when problems occurred the organisers managed it well.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"F_G-hPZAM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBint Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"t5Joj-CsPt\",\"hash\":\"5YJSOQ-kYq\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHaving been on Umrah and Hajj on many occasions with various groups, me and my family decided to attend Umrah April 2015 with Radiant Drops. Al-hamdu lillah by far to date we have had our best, easiest and life changing experience with the organisation of the group. We did Umrah with our one year old son and what gave us peace of mind, was the guides ensured that all our needs were met. We could see that the group could easily cater for both young and old.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PfQqI-DiSl\",\"hash\":\"Y8mgOodSaF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nFrom our initial meeting at Heathrow, to our departure from Mecca, Radiant Drops did on all occasions make us feel that we were well looked after. From spiritural talks, Ziyarats, I, my wife and son felt strong feeling of enlightenment. The group was like a family to us. Radiant Drops delivered on all accounts and was well structured. The convenience of the hotels and their locations were outstanding. We could see that they over the years, Radiant Drops have developed a good and strong understanding for catering for all types of brothers and sisters. There knowledge in how the trip was structured, came to light instantly.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"V0EK9HYLEp\",\"hash\":\"c1eIIgkhc_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nI personally would recommend Radiant Drops to any brother and sisters. We hope In sha’ Allah to travel again with Radiant Drops for another Umrah or Hajj.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"GuJnDjeR_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBilal Siddiqui\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"MAHcjXbTh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nDefinitely recommend Radiant Drops, especially the Seerah Tour and if one is going for Hajj or Umrah for the first time. Excellent tour guides who provide a helpful, personal and friendly service. Radiant Drops has coherent communication as well as trying their very best to meet everybody’s requirements. They made things a lot easier by helping people prepare (via Webinar, e-mails with tips, Dua’s and booklets) not only before Umrah but also after - in regards to changing and bringing the best out of people and their Deen.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"2Mt-1x0wZ\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSuraiya Aziz\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"joxZ1Zt2k\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nA huge thank you to Radiant Drops for their amazing service… It was our first experience of performing Umrah, our advisor was very supportive in solving all of our concerns and preparing us for our journey… We had a very comfortable stay without any problems. If you are also looking for a memorable experience of Hajj/Umrah without any hassle or worries, then I would highly recommend Radiant Drops. We certainly will be going with them for many more amazing memories.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"lybLlzLzh\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Butt\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"HHR1_Ykur\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThis is my first trip to Makkah and Madinah with my family. I was extremely impressed with Radiant Drops. It made our Umrah journey pleasant and less stressful. I have nothing but praises for our tour guides, Hamza and Hassan. They were extremely patient, very friendly, very communicative and well organised. Thank you for making our journey pleasant and unforgettable. I won’t hesitate to recommend Radiant Drops to my friends and relatives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"kWbwZAFM_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Abu Haneefa\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZA5qkwE53w\",\"hash\":\"n37nVKEUAW\",\"props\":{\"kubioMetadata\":{\"category\":\"contact\",\"cloudPresetId\":704}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Contact 1\"},\"anchor\":\"contact-1\",\"kubioAI\":{\"meta\":{\"category\":\"contact\",\"cloudPresetId\":704,\"summary\":\"add social media links\\n\"}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"zgUdzyChqy\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"C3P4pjJcWd\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uIu7T6hukv\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"6k5QTwn5km\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RSw97x8KUj\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"qDeIA4Ddh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"kubioAI\":{\"desc\":\"Contact information text\"}} -->\nNot finding it?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"EjNO-k2SBr\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"VzX5-Nx0n\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"Let\'s have a chat text\"}} -->\nSubmit a Question\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PwwiQLQhuB5\",\"hash\":\"kF3JznXG_fQ\"}} -->\nGet in touch with us to discuss your design needs.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"IWqCyUfME4k\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"r1Wrkw1VU\"},\"kubioAI\":{\"desc\":\"email\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"cX1t2QwjE\"},\"icon\":\"font-awesome/phone\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"tel:02071000555\"},\"kubioAI\":{\"desc\":\"telephone number\"}} -->\n0207 1000 555\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"Qq62v4akO\"},\"icon\":\"font-awesome/envelope\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"mailto:support@hajjandumrah.com\"},\"kubioAI\":{\"desc\":\"email address\"}} -->\nsupport@hajjandumrah.com\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"0TNfbOVtY77\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"uCfe0x4Ecdc\",\"props\":{\"layout\":{\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"WBCI2nzvIjP\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"divider\":{\"enabled\":false}},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"alignItems\":\"center\",\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"family\":\"IBM Plex Sans Condensed\",\"weight\":300}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"fill\":\"rgba(var(--kubio-color-2),1)\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":20,\"unit\":\"px\"},\"top\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"},\"link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}}},\"hash\":\"7rvkPMk6w5\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ERO3XN2sV8A\",\"hash\":\"3hLdbHtdZ\"},\"icon\":\"font-awesome/facebook-f\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"kubioAI\":{\"desc\":\"\\\"Facebook\\\" text with facebook link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"itl5XR-spsX\",\"hash\":\"rVqtlKb78\"},\"icon\":\"font-awesome/youtube-play\",\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"kubioAI\":{\"desc\":\"\\\"Twitter/X\\\" text with Twitter link on it\"}} -->\nRadiant Drops\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Testimonial','','inherit','closed','closed','','304-revision-v1','','','2023-12-31 22:10:10','2023-12-31 22:10:10','',304,'https://khia.abasa.com/?p=307',0,'revision','',0),(309,1,'2023-12-31 22:11:04','2023-12-31 22:11:04','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"vErz0jDwye\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"Dyq8GcEMv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThis was my first time going Umrah and it has been a life changing experience. I had an amazing time and met many people that have had a great impact on me. I gained memories from this Umrah that will no doubt stay with me for the rest of my life.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"sHiuajfMl\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Ali Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"DUi_q2ouT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThe Sheikh was excellent. He moved mountains when giving historic talks which brought tears to one’s eyes. One could actually feel the pain, suffering and hardship our Prophet ﷺ and companions endured through the deserts and at the hands of enemies. It was very inspiring which brought us back to reality that we are all here for one purpose that is to please Allah and follow the Sunnah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"oOFEvvfmU\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nShirin Hussain\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"ggoNnfYSL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThe Umrah was a fantastic experience. Have learnt a lot. The children had really enjoyed themselves. Made new friends like a family ma sha’ Allah. In sha’ Allah will definitely join again, hopefully for Hajj.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6ZczkwXYH\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Sufi\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"V449kiCRl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nI cannot rate this company highly enough. From the first contact, they have been very friendly and helpful with any questions and requests. I would highly recommend them to anybody as they were so easy to deal with, honest and very professional.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qmKyxI6Vp\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nAli Uddin\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"DIo5sSIew\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nVery highly recommended, certainly will be rebooking again in sha’ Allah. You have set the standard for service and quality for other Hajj and Umrah tour operators to follow… A unique service for the children I have not seen with other tour operators.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"C8QW_3cFM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nImran Mogul\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"f3jhAkxaI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nAl-hamdu lillah the overall experience was amazing, we both enjoyed it a lot and would love to go back. Jazak Allah Khair for helping us to make this journey happen. May Allah reward you for your hard work in helping so many people to perform their pilgrimage and may Allah answer your Du’as and give you what’s best for you, Ameen.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"OJJwYdh4q\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nJamil Truong\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"tr5TH5I6s\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nMa sha’ Allah Sheikh was excellent made us cry when giving his talks and talking about our beloved Prophet ﷺ and his companions RA and the hardship he saw went through for us and we had fun and laughs during the tour as well may Allah ﷻ rewards the brothers and Sheikh for their hard work leading up to the tour and during the tour.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xl30rZp5D\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nName withheld\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"WquB83bzX9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nI thought it was an excellent experience for me since it was my first time, and having a group like Radiant Drops with the Sheikh and other speakers Ma sha’ Allah was excellent. I particularly like the religious talks! Also when problems occurred the organisers managed it well.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"F_G-hPZAM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBint Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"t5Joj-CsPt\",\"hash\":\"5YJSOQ-kYq\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nHaving been on Umrah and Hajj on many occasions with various groups, me and my family decided to attend Umrah April 2015 with Radiant Drops. Al-hamdu lillah by far to date we have had our best, easiest and life changing experience with the organisation of the group. We did Umrah with our one year old son and what gave us peace of mind, was the guides ensured that all our needs were met. We could see that the group could easily cater for both young and old.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PfQqI-DiSl\",\"hash\":\"Y8mgOodSaF\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nFrom our initial meeting at Heathrow, to our departure from Mecca, Radiant Drops did on all occasions make us feel that we were well looked after. From spiritural talks, Ziyarats, I, my wife and son felt strong feeling of enlightenment. The group was like a family to us. Radiant Drops delivered on all accounts and was well structured. The convenience of the hotels and their locations were outstanding. We could see that they over the years, Radiant Drops have developed a good and strong understanding for catering for all types of brothers and sisters. There knowledge in how the trip was structured, came to light instantly.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"V0EK9HYLEp\",\"hash\":\"c1eIIgkhc_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nI personally would recommend Radiant Drops to any brother and sisters. We hope In sha’ Allah to travel again with Radiant Drops for another Umrah or Hajj.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"GuJnDjeR_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBilal Siddiqui\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"MAHcjXbTh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nDefinitely recommend Radiant Drops, especially the Seerah Tour and if one is going for Hajj or Umrah for the first time. Excellent tour guides who provide a helpful, personal and friendly service. Radiant Drops has coherent communication as well as trying their very best to meet everybody’s requirements. They made things a lot easier by helping people prepare (via Webinar, e-mails with tips, Dua’s and booklets) not only before Umrah but also after - in regards to changing and bringing the best out of people and their Deen.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"2Mt-1x0wZ\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSuraiya Aziz\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"joxZ1Zt2k\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nA huge thank you to Radiant Drops for their amazing service… It was our first experience of performing Umrah, our advisor was very supportive in solving all of our concerns and preparing us for our journey… We had a very comfortable stay without any problems. If you are also looking for a memorable experience of Hajj/Umrah without any hassle or worries, then I would highly recommend Radiant Drops. We certainly will be going with them for many more amazing memories.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"lybLlzLzh\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Butt\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"HHR1_Ykur\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\nThis is my first trip to Makkah and Madinah with my family. I was extremely impressed with Radiant Drops. It made our Umrah journey pleasant and less stressful. I have nothing but praises for our tour guides, Hamza and Hassan. They were extremely patient, very friendly, very communicative and well organised. Thank you for making our journey pleasant and unforgettable. I won’t hesitate to recommend Radiant Drops to my friends and relatives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"kWbwZAFM_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Abu Haneefa\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Testimonial','','inherit','closed','closed','','304-revision-v1','','','2023-12-31 22:11:04','2023-12-31 22:11:04','',304,'https://khia.abasa.com/?p=309',0,'revision','',0),(312,1,'2023-12-31 22:14:48','2023-12-31 22:14:48','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2023-12-31 22:14:48','2023-12-31 22:14:48','',140,'https://khia.abasa.com/?p=312',0,'revision','',0),(314,1,'2023-12-31 22:15:49','2023-12-31 22:15:49','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"vErz0jDwye\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"QV7Y5UZv1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>This was my first time going Umrah and it has been a life changing experience. I had an amazing time and met many people that have had a great impact on me. I gained memories from this Umrah that will no doubt stay with me for the rest of my life.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"sHiuajfMl\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Ali Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"A51r9hiyz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>The Sheikh was excellent. He moved mountains when giving historic talks which brought tears to one’s eyes. One could actually feel the pain, suffering and hardship our Prophet ﷺ and companions endured through the deserts and at the hands of enemies. It was very inspiring which brought us back to reality that we are all here for one purpose that is to please Allah and follow the Sunnah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"oOFEvvfmU\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nShirin Hussain\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"tgNnMlloO\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>The Umrah was a fantastic experience. Have learnt a lot. The children had really enjoyed themselves. Made new friends like a family ma sha’ Allah. In sha’ Allah will definitely join again, hopefully for Hajj.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"6ZczkwXYH\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Sufi\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"cl9udbr7q\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>I cannot rate this company highly enough. From the first contact, they have been very friendly and helpful with any questions and requests. I would highly recommend them to anybody as they were so easy to deal with, honest and very professional.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"qmKyxI6Vp\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nAli Uddin\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"vukW5hYwj\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Very highly recommended, certainly will be rebooking again in sha’ Allah. You have set the standard for service and quality for other Hajj and Umrah tour operators to follow… A unique service for the children I have not seen with other tour operators.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"C8QW_3cFM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nImran Mogul\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"tvvKyuR_v\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Al-hamdu lillah the overall experience was amazing, we both enjoyed it a lot and would love to go back. Jazak Allah Khair for helping us to make this journey happen. May Allah reward you for your hard work in helping so many people to perform their pilgrimage and may Allah answer your Du’as and give you what’s best for you, Ameen.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"OJJwYdh4q\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nJamil Truong\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"PrF4upBm5\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Ma sha’ Allah Sheikh was excellent made us cry when giving his talks and talking about our beloved Prophet ﷺ and his companions RA and the hardship he saw went through for us and we had fun and laughs during the tour as well may Allah ﷻ rewards the brothers and Sheikh for their hard work leading up to the tour and during the tour.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"xl30rZp5D\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nName withheld\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"xZXQxWVyg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>I thought it was an excellent experience for me since it was my first time, and having a group like Radiant Drops with the Sheikh and other speakers Ma sha’ Allah was excellent. I particularly like the religious talks! Also when problems occurred the organisers managed it well.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"F_G-hPZAM\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBint Ahmed\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"t5Joj-CsPt\",\"hash\":\"badwIu3H9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Having been on Umrah and Hajj on many occasions with various groups, me and my family decided to attend Umrah April 2015 with Radiant Drops. Al-hamdu lillah by far to date we have had our best, easiest and life changing experience with the organisation of the group. We did Umrah with our one year old son and what gave us peace of mind, was the guides ensured that all our needs were met. We could see that the group could easily cater for both young and old.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PfQqI-DiSl\",\"hash\":\"LJffDXSQo\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>From our initial meeting at Heathrow, to our departure from Mecca, Radiant Drops did on all occasions make us feel that we were well looked after. From spiritural talks, Ziyarats, I, my wife and son felt strong feeling of enlightenment. The group was like a family to us. Radiant Drops delivered on all accounts and was well structured. The convenience of the hotels and their locations were outstanding. We could see that they over the years, Radiant Drops have developed a good and strong understanding for catering for all types of brothers and sisters. There knowledge in how the trip was structured, came to light instantly.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"V0EK9HYLEp\",\"hash\":\"z08gqnWtL\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>I personally would recommend Radiant Drops to any brother and sisters. We hope In sha’ Allah to travel again with Radiant Drops for another Umrah or Hajj.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"GuJnDjeR_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nBilal Siddiqui\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"0oTOxsyNy\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>Definitely recommend Radiant Drops, especially the Seerah Tour and if one is going for Hajj or Umrah for the first time. Excellent tour guides who provide a helpful, personal and friendly service. Radiant Drops has coherent communication as well as trying their very best to meet everybody’s requirements. They made things a lot easier by helping people prepare (via Webinar, e-mails with tips, Dua’s and booklets) not only before Umrah but also after - in regards to changing and bringing the best out of people and their Deen.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"2Mt-1x0wZ\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSuraiya Aziz\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"sBLRccCrG\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>A huge thank you to Radiant Drops for their amazing service… It was our first experience of performing Umrah, our advisor was very supportive in solving all of our concerns and preparing us for our journey… We had a very comfortable stay without any problems. If you are also looking for a memorable experience of Hajj/Umrah without any hassle or worries, then I would highly recommend Radiant Drops. We certainly will be going with them for many more amazing memories.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"lybLlzLzh\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nSadia Butt\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"6Pfau8EkO\",\"hash\":\"j-Q6VkLyJ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"YHcCOtVpO3S\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3}}}},\"hash\":\"GdPdMnP0k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DIPt5lAWu5W\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"mROlzyac8\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":10,\"unit\":\"%\"},\"right\":{\"value\":10,\"unit\":\"%\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":14,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Mli6a0sztY7\",\"hash\":\"rF8GBZmzC\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}},\"kubioAI\":{\"desc\":\"FAQ answer\"}} -->\n<em>This is my first trip to Makkah and Madinah with my family. I was extremely impressed with Radiant Drops. It made our Umrah journey pleasant and less stressful. I have nothing but praises for our tour guides, Hamza and Hassan. They were extremely patient, very friendly, very communicative and well organised. Thank you for making our journey pleasant and unforgettable. I won’t hesitate to recommend Radiant Drops to my friends and relatives.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"ZwLn5hXEt-s\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-1),1)\",\"alignItems\":\"center\",\"typography\":{\"weight\":400,\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.4,\"unit\":\"\"},\"family\":\"Yeseva One\"}},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":24,\"unit\":\"px\"},\"height\":{\"value\":24,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"bSyWk22Wp\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"U7GLDC94ZCV\",\"hash\":\"kWbwZAFM_\"},\"icon\":\"font-awesome/quote-left\",\"kubioAI\":{\"desc\":\"FAQ question\"}} -->\nMohammad Abu Haneefa\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Testimonial','','inherit','closed','closed','','304-revision-v1','','','2023-12-31 22:15:49','2023-12-31 22:15:49','',304,'https://khia.abasa.com/?p=314',0,'revision','',0),(316,1,'2024-01-02 16:32:35','2024-01-01 06:48:46',' ','','','publish','closed','closed','','316','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',0,'https://khia.abasa.com/uncategorized/316/',3,'nav_menu_item','',0),(318,1,'2024-01-02 16:32:35','2024-01-01 06:48:46',' ','','','publish','closed','closed','','318','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',0,'https://khia.abasa.com/uncategorized/318/',4,'nav_menu_item','',0),(319,1,'2024-01-02 16:32:35','2024-01-01 06:48:46',' ','','','publish','closed','closed','','319','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',0,'https://khia.abasa.com/uncategorized/319/',5,'nav_menu_item','',0),(321,1,'2024-01-01 06:54:05','2024-01-01 06:54:05','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2024-01-01 06:54:05','2024-01-01 06:54:05','',140,'https://khia.abasa.com/?p=321',0,'revision','',0),(323,1,'2024-01-01 06:57:52','2024-01-01 06:57:52','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"fGRVR7VFDo\",\"hash\":\"KdqVUl2Tl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-1),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"3wF7L8Bth\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"42GS-8mqTV\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2J5GS_8vx\"},\"icon\":\"font-awesome/check\"} -->\nReturn international flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"g4R5Qkka8\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"sTdWUc8ME\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"YxaIavfSp\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"B9aql7ZSf\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ScGwYdd6-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via air-conditioned coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"0VqWO3R_B\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"_6lfNUwwV\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual tour guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"vpslLKPRH\"},\"icon\":\"font-awesome/check\"} -->\nFull-board meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"HjwLY2fZE\"},\"icon\":\"font-awesome/check\"} -->\nVisit to historic sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"WevNZ6BNd\"},\"icon\":\"font-awesome/check\"} -->\nIman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"E9b1_ncsG\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Fi2q2YM3o\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ei4reiz7kC\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"xtNB8N-8k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"crNOv0U1_4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,600</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"1du73OsHD\"}} -->\nin a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"RmUbmTCLa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,900</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"XGskcH4Zk\"}} -->\nin a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"otcVSiDU3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong><strong>£7,200</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"l2WlYhck0\"}} -->\nin a double room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','publish','closed','closed','','hajj','','','2024-01-04 20:16:40','2024-01-04 20:16:40','',0,'https://khia.abasa.com/?page_id=323',0,'page','',0),(324,1,'2024-01-01 06:57:52','2024-01-01 06:57:52','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 06:57:52','2024-01-01 06:57:52','',323,'https://khia.abasa.com/?p=324',0,'revision','',0),(326,1,'2024-01-01 07:19:02','2024-01-01 07:19:02','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"7F-nfuBOK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"kp1xDdqWGx\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"7tGyafndkJ\",\"hash\":\"m_Q47dzf0V\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"separators\":{\"top\":{\"enabled\":false,\"height\":{\"value\":10,\"unit\":\"%\"}},\"bottom\":{\"enabled\":false,\"height\":{\"value\":10,\"unit\":\"%\"}}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":813}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"iL52iHU2gM\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"UFuALyql1V\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"6pcWIA0D28\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.32,\"unit\":\"%\"}}}}},\"hash\":\"4loXpU2zt\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\",\"vSpace\":{\"value\":40,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"kq-b3JXuv\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"HeWRxU40P\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\n<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"kq-b3JXuv\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"PPY95nDZ6j\",\"hash\":\"FVal1t8MT3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T10ung1dJi\",\"hash\":\"8hc3_MZQP\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"TXZE5QQKtyB\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"mNdLnnX5C\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"0c7ME_fcd\",\"hash\":\"ymQBSxPWZm\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.93,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":97.15,\"unit\":\"%\"}}}}}}},\"hash\":\"2vTf_weMq\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"88Vn_jcmXK\",\"hash\":\"sOuIfzJTuI\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lRg6W4RDSK\",\"hash\":\"8Y5jixFPD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 07:19:02','2024-01-01 07:19:02','',323,'https://khia.abasa.com/?p=326',0,'revision','',0),(327,1,'2024-01-01 09:41:16','2024-01-01 09:41:16','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]},{\"family\":\"IBM Plex Sans Arabic\",\"variants\":[400,300,300]},{\"family\":\"Yeseva One\",\"variants\":[400]},{\"family\":\"Playfair Display\",\"variants\":[700]},{\"family\":\"Urbanist\",\"variants\":[400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Condensed\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"OHhd-4Zlz\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[18,19,21],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2024-01-01 09:41:16','2024-01-01 09:41:16','',9,'https://khia.abasa.com/?p=327',0,'revision','',0),(328,1,'2024-01-01 09:41:16','2024-01-01 09:41:16','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"WgzI7d7D9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"o4zWVMoiT\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pDwmBsOBM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"BSWInwzJT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n17 Days (25th Jul to 21st Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"zBhQYB6fGY5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"lrYGCXkgEA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"k7_1fAPBS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n21 Days (25th Jul to 26th Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"o6dc-xUypWD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Bde2tBXMiY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"JR9Xmu3HY\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n27 Days (25th Jul to 1st Sep 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"o6dc-xUypWD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 09:41:16','2024-01-01 09:41:16','',323,'https://khia.abasa.com/?p=328',0,'revision','',0),(329,1,'2024-01-01 09:43:21','2024-01-01 09:43:21','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"WgzI7d7D9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pDwmBsOBM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"BSWInwzJT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n17 Days (25th Jul to 21st Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"zBhQYB6fGY5\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"lrYGCXkgEA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"k7_1fAPBS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n21 Days (25th Jul to 26th Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"o6dc-xUypWD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Bde2tBXMiY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"JR9Xmu3HY\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n27 Days (25th Jul to 1st Sep 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"o6dc-xUypWD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"wkMQErOJh\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 09:43:21','2024-01-01 09:43:21','',323,'https://khia.abasa.com/?p=329',0,'revision','',0),(330,1,'2024-01-01 09:54:31','2024-01-01 09:54:31','','neom-qGH25zv5xMk-unsplash-smaller.jpg','','inherit','open','closed','','neom-qgh25zv5xmk-unsplash-smaller-jpg','','','2024-01-01 09:54:31','2024-01-01 09:54:31','',0,'https://static.kubiobuilder.com/snippets/content-shadow-free-simple1-1700037639/assets/2023/11/neom-qGH25zv5xMk-unsplash-smaller.jpg',0,'attachment','image/jpeg',0),(331,1,'2024-01-01 09:54:32','2024-01-01 09:54:32','','george-vidos-5DpHZGemAyo-unsplash-smaller.jpg','','inherit','open','closed','','george-vidos-5dphzgemayo-unsplash-smaller-jpg','','','2024-01-01 09:54:32','2024-01-01 09:54:32','',0,'https://static.kubiobuilder.com/snippets/content-shadow-free-simple1-1700037639/assets/2023/11/george-vidos-5DpHZGemAyo-unsplash-smaller.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wp_posts` VALUES (332,1,'2024-01-01 09:54:32','2024-01-01 09:54:32','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"WgzI7d7D9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"hV0gzuwlF\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2024/01/neom-qGH25zv5xMk-unsplash-smaller.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"pcKPKbXMcN\"}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"ISQnEy4kLS4\"}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"ozmffkH67\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2024/01/george-vidos-5DpHZGemAyo-unsplash-smaller.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pDwmBsOBM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"t2pxnvVvMT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n17 Days (25th Jul to 21st Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"zxLakvJFK\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"lrYGCXkgEA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"k7_1fAPBS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n21 Days (25th Jul to 26th Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"WyfwAbtiA\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Bde2tBXMiY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"JR9Xmu3HY\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n27 Days (25th Jul to 1st Sep 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"1eaIwPOa4\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 09:54:32','2024-01-01 09:54:32','',323,'https://khia.abasa.com/?p=332',0,'revision','',0),(333,1,'2024-01-01 10:04:39','2024-01-01 10:04:39','','photo_2017-02-26_20-45-21','','inherit','open','closed','','photo_2017-02-26_20-45-21','','','2024-01-01 10:04:39','2024-01-01 10:04:39','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg',0,'attachment','image/jpeg',0),(334,1,'2024-01-01 10:04:42','2024-01-01 10:04:42','','photo_2017-02-25_02-56-33','','inherit','open','closed','','photo_2017-02-25_02-56-33','','','2024-01-01 10:04:42','2024-01-01 10:04:42','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg',0,'attachment','image/jpeg',0),(335,1,'2024-01-01 10:05:10','2024-01-01 10:05:10','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"WgzI7d7D9\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pDwmBsOBM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"t2pxnvVvMT\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n17 Days (25th Jul to 21st Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"zxLakvJFK\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"lrYGCXkgEA\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"k7_1fAPBS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n21 Days (25th Jul to 26th Aug 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"WyfwAbtiA\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Bde2tBXMiY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27 Package</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"jhgaeMsgNB5\",\"props\":{\"type\":\"normal\"},\"hash\":\"JR9Xmu3HY\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}}}} -->\n27 Days (25th Jul to 1st Sep 2020)\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"1eaIwPOa4\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 10:05:10','2024-01-01 10:05:10','',323,'https://khia.abasa.com/?p=335',0,'revision','',0),(337,1,'2024-01-01 10:38:36','2024-01-01 10:38:36','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b92kaYPro\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 Days (25th Jul to 21st Aug 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"zxLakvJFK\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"C3sUzeyz3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 Days (25th Jul to 26th Aug 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"WyfwAbtiA\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"4iClOs4z3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 Days (25th Jul to 1st Sep 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"1eaIwPOa4\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"GHp9bQ9Gqi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"AUpY2BM2N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"bx1Oqy-Sp\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"INJpNzI1C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loKC47GYkW\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"XXR24_zvw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 10:38:36','2024-01-01 10:38:36','',323,'https://khia.abasa.com/?p=337',0,'revision','',0),(341,1,'2024-01-01 11:47:52','2024-01-01 11:47:52','','000','','inherit','open','closed','','000','','','2024-01-01 11:47:52','2024-01-01 11:47:52','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/000.jpg',0,'attachment','image/jpeg',0),(342,1,'2024-01-01 11:47:56','2024-01-01 11:47:56','','000 (1)','','inherit','open','closed','','000-1','','','2024-01-01 11:47:56','2024-01-01 11:47:56','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg',0,'attachment','image/jpeg',0),(345,1,'2024-01-01 11:57:12','2024-01-01 11:57:12','<!-- wp:kubio/header {\"slug\":\"front-header\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"RW_QAhu4iL\",\"hash\":\"QhlNMjh6y\",\"style\":{\"descendants\":{\"container\":{\"states\":{\"hover\":{}}}}}},\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:post-content {\"lock\":{\"move\":true,\"remove\":true}} /-->\n\n<!-- wp:kubio/footer {\"slug\":\"footer\",\"theme\":\"vertice\",\"kubio\":{\"styleRef\":\"qPjFIdF0Y\",\"props\":{\"useFooterParallax\":null}},\"lock\":{\"move\":true,\"remove\":true}} /-->','Front Page','','inherit','closed','closed','','17-revision-v1','','','2024-01-01 11:57:12','2024-01-01 11:57:12','',17,'https://khia.abasa.com/?p=345',0,'revision','',0),(347,1,'2024-01-01 11:57:12','2024-01-01 11:57:12','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"d37fjXe9s\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"EnIeNIf2dy\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"ZA-xr6MVu\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"n2d2I6X22\"},\"link\":{\"value\":\"https://khia.abasa.com/about/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2024-01-01 11:57:12','2024-01-01 11:57:12','',28,'https://khia.abasa.com/?p=347',0,'revision','',0),(348,1,'2024-01-01 12:03:56','2024-01-01 12:03:56','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\"}}]},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"3m5YHx24UG\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"EnIeNIf2dy\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"#ffffff\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"ZA-xr6MVu\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"n2d2I6X22\"},\"link\":{\"value\":\"https://khia.abasa.com/about/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2024-01-01 12:03:56','2024-01-01 12:03:56','',28,'https://khia.abasa.com/?p=348',0,'revision','',0),(349,1,'2024-01-01 12:03:56','2024-01-01 12:03:56','{\"fonts\":{\"google\":[{\"family\":\"Open Sans\",\"variants\":[400,\"300\",\"300italic\",\"400\",\"400italic\",\"600\",\"600italic\",\"700\",\"700italic\",\"800\",\"800italic\"],\"category\":\"sans-serif\"},{\"family\":\"Mulish\",\"variants\":[400]},{\"family\":\"Roboto\",\"variants\":[400,\"100\",\"100italic\",\"300\",\"300italic\",\"regular\",\"italic\",\"500\",\"500italic\",\"700\",\"700italic\",\"900\",\"900italic\"]},{\"family\":\"Carter One\",\"variants\":[400]},{\"family\":\"Poppins\",\"variants\":[300,600,600,400,700,500]},{\"family\":\"IBM Plex Sans Condensed\",\"variants\":[400,300]},{\"family\":\"IBM Plex Sans Arabic\",\"variants\":[400,300,300]},{\"family\":\"Yeseva One\",\"variants\":[400]},{\"family\":\"Playfair Display\",\"variants\":[700]},{\"family\":\"Urbanist\",\"variants\":[400]}],\"native\":[]},\"medias\":{\"desktop\":{\"id\":\"desktop\",\"label\":\"desktop\",\"icon\":\"desktop_windows\",\"show\":true,\"main\":true,\"gridPrefix\":\"lg\"},\"tablet\":{\"id\":\"tablet\",\"label\":\"tablet\",\"icon\":\"tablet_android\",\"show\":false,\"width\":1024,\"gridPrefix\":\"md\",\"query\":\"@media (min-width: 768px) and (max-width: 1023px)\"},\"mobile\":{\"id\":\"mobile\",\"label\":\"mobile\",\"icon\":\"phone_android\",\"show\":false,\"width\":480,\"query\":\"@media (max-width: 767px)\"}},\"colors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}],\"colorVariants\":[{\"slug\":\"kubio-color-1-variant-1\",\"color\":[172,164,153],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-2\",\"color\":[172,139,95],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-3\",\"color\":[173,114,38],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-4\",\"color\":[87,57,19],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-1-variant-5\",\"color\":[2,1,1],\"parent\":\"kubio-color-1\"},{\"slug\":\"kubio-color-2-variant-1\",\"color\":[39,104,191],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-2\",\"color\":[93,99,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-3\",\"color\":[57,78,106],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-4\",\"color\":[22,58,107],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-2-variant-5\",\"color\":[4,11,21],\"parent\":\"kubio-color-2\"},{\"slug\":\"kubio-color-3-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-3-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-3\"},{\"slug\":\"kubio-color-4-variant-1\",\"color\":[200,200,205],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-2\",\"color\":[117,117,120],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-3\",\"color\":[35,35,36],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-4\",\"color\":[22,22,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-4-variant-5\",\"color\":[10,10,35],\"parent\":\"kubio-color-4\"},{\"slug\":\"kubio-color-5-variant-1\",\"color\":[255,255,255],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-2\",\"color\":[204,204,204],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-3\",\"color\":[153,153,153],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-4\",\"color\":[101,101,101],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-5-variant-5\",\"color\":[50,50,50],\"parent\":\"kubio-color-5\"},{\"slug\":\"kubio-color-6-variant-1\",\"color\":[204,204,204],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-2\",\"color\":[153,153,153],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-3\",\"color\":[102,102,102],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-4\",\"color\":[51,51,51],\"parent\":\"kubio-color-6\"},{\"slug\":\"kubio-color-6-variant-5\",\"color\":[0,0,0],\"parent\":\"kubio-color-6\"}],\"globalStyle\":{\"styleRef\":\"p97jxneH0J\",\"id\":\"IONWT30iJ\",\"style\":{\"descendants\":{\"body\":{\"typography\":{\"holders\":{\"a\":{\"family\":\"IBM Plex Sans Condensed\",\"size\":{\"unit\":\"em\",\"value\":1},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"weight\":\"400\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"decoration\":\"none\",\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"h1\":{\"weight\":400,\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"unit\":\"em\",\"value\":4},\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.26,\"unit\":\"\"}},\"h2\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"value\":3,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.143,\"unit\":\"\"}},\"h3\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"size\":{\"value\":2,\"unit\":\"em\"},\"transform\":\"none\",\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.25,\"unit\":\"\"}},\"h4\":{\"weight\":400,\"color\":\"rgba(var(--kubio-color-6),1)\",\"family\":\"Yeseva One\",\"size\":{\"unit\":\"em\",\"value\":1.25},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"transform\":\"none\"},\"h5\":{\"weight\":400,\"color\":\"#000000\",\"size\":{\"value\":1.125,\"unit\":\"em\"},\"transform\":\"none\",\"lineHeight\":{\"value\":1.55,\"unit\":\"\"},\"family\":\"Yeseva One\"},\"h6\":{\"transform\":\"uppercase\",\"size\":{\"unit\":\"em\",\"value\":0.8},\"letterSpacing\":{\"unit\":\"px\",\"value\":1},\"weight\":400,\"family\":\"Yeseva One\",\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"color\":\"rgba(var(--kubio-color-6),1)\"},\"p\":{\"size\":{\"value\":18,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":300,\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"lead\":{\"size\":{\"value\":1.25,\"unit\":\"em\"},\"family\":\"IBM Plex Sans Condensed\",\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\",\"transform\":\"none\",\"weight\":\"300\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"},\"margin\":{\"bottom\":{\"value\":16,\"unit\":\"px\"}}},\"input\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"focus\":{\"color\":\"rgb(73, 80, 87)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}}}},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\"}},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":12,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":12,\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}},\"media\":{\"mobile\":{\"typography\":{\"holders\":{\"h1\":{\"size\":{\"value\":3,\"unit\":\"em\"}}}}}}},\"sectionSpacing\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":90},\"bottom\":{\"unit\":\"px\",\"value\":90}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":60},\"bottom\":{\"unit\":\"px\",\"value\":60}}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":30},\"bottom\":{\"unit\":\"px\",\"value\":30}}}}},\"transition\":{\"transition\":{\"duration\":{\"value\":1,\"unit\":\"s\"}},\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"form-fields\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.6,\"unit\":\"\"},\"family\":\"Open Sans\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-6-variant-1),1)\"}}},\"focus\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":4,\"unit\":\"px\"},\"bottom\":{\"value\":4,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}},\"margin\":{\"bottom\":{\"value\":10,\"unit\":\"px\"}}},\"form-submit-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}},\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"form-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"form-reset-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1-variant-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-2),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-3),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}}}},\"padding\":{\"top\":{\"value\":8,\"unit\":\"px\"},\"right\":{\"value\":24,\"unit\":\"px\"},\"bottom\":{\"value\":8,\"unit\":\"px\"},\"left\":{\"value\":25,\"unit\":\"px\"}}},\"wc-button\":{\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-2),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2-variant-4),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}}},\"wc-alt-button\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"right\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"value\":4,\"unit\":\"px\"},\"right\":{\"value\":4,\"unit\":\"px\"}}},\"left\":{\"width\":{\"value\":2,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}},\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"family\":\"Open Sans\",\"color\":\"rgba(var(--kubio-color-5),1)\",\"transform\":\"none\",\"weight\":\"400\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}},\"disabled\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5-variant-4),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"15\",\"spread\":\"-24\",\"x\":\"0\",\"y\":\"27\"}]}},\"wc-on-sale\":{\"background\":{\"color\":\"rgba(var(--kubio-color-3-variant-2),1)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"right\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"}}},\"left\":{\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"props\":{\"hSpace\":{\"unit\":\"px\",\"value\":20},\"vSpace\":{\"unit\":\"px\",\"value\":20}},\"hash\":\"OHhd-4Zlz\"},\"additional_css\":\"\",\"migrations\":{\"1-kubio_themes_add_pls_prs_templates\":true},\"customColors\":[{\"color\":[173,114,38],\"slug\":\"kubio-color-1\"},{\"color\":[22,58,107],\"slug\":\"kubio-color-2\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-3\"},{\"color\":[35,35,36],\"slug\":\"kubio-color-4\"},{\"color\":[255,255,255],\"slug\":\"kubio-color-5\"},{\"color\":[0,0,0],\"slug\":\"kubio-color-6\"}]}','Kubio Globals','','inherit','closed','closed','','9-revision-v1','','','2024-01-01 12:03:56','2024-01-01 12:03:56','',9,'https://khia.abasa.com/?p=349',0,'revision','',0),(351,1,'2024-01-01 12:08:38','2024-01-01 12:08:38','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"tQxzUXOi9o\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-4),1)\"}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"bc6O9vLN-\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"sNZ9xUM8ReR\",\"hash\":\"KPOTYPs5TyL\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"P9f03DP0vwS\",\"hash\":\"F749iAaooq2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"hZWxp64l9nC\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"DfbUG63MDg5\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"6h2CZwR7i3G\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"JVwC_SrTw1b\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"4YrpoDz2gL0\",\"hash\":\"qQWDgwoKp\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"JYb658x8ZIx\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"gJ01qf_rYmP\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Ra587dPCzfn\",\"hash\":\"qa1QZxwREua\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7Y8VUxrJhXD\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"27AasG22M90\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"ebeW8ZXd6G-\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-left\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"Zm4qHwnlM\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"yZHw4oy_9Oz\",\"hash\":\"OlPTw4h58Fq\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"0Wv6XuPo8M1\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"xssvHB8_SM6\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"hVTDvCDli53\",\"hash\":\"znCzCHR7nw4\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Lfzq8tRjKNN\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"zhD3okDCN7W\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"83WRoNxs1Rp\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"y8a2KyWpuip\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"eWvLpPbMUag\",\"hash\":\"RpdgpAv_jL8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"2p_-O_tj3KA\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"btBDdxcsd-b\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"IbEh3LLOYiU\",\"hash\":\"2wGlnzHqQLX\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ndFfsMMzHaP\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"Nj9AjdXfwyh\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c1YG6FUtZRt\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3o7HoibtEoN\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"la4X5IGafxH\",\"hash\":\"lXVuG1NJjZd\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->','Header','','inherit','closed','closed','','29-revision-v1','','','2024-01-01 12:08:38','2024-01-01 12:08:38','',29,'https://khia.abasa.com/?p=351',0,'revision','',0),(353,1,'2024-01-01 12:11:26','2024-01-01 12:11:26','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\"}}]},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"3m5YHx24UG\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"EnIeNIf2dy\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"vETfZgWFC\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"n2d2I6X22\"},\"link\":{\"value\":\"https://khia.abasa.com/about/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2024-01-01 12:11:26','2024-01-01 12:11:26','',28,'https://khia.abasa.com/?p=353',0,'revision','',0),(354,1,'2024-01-01 12:12:15','2024-01-01 12:12:15','<!-- wp:kubio/navigation {\"kubio\":{\"styleRef\":\"Gp3qTlxXlu\",\"props\":{\"width\":\"boxed\",\"showHeader\":false,\"overlap\":true,\"sticky\":false,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"animation\":{\"name\":\"slideDown\"}},\"style\":{\"descendants\":{\"section\":{\"animation\":{\"duration\":{\"unit\":\"s\",\"value\":0.5}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}},\"background\":{\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\"}}]},\"border\":{\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"right\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"},\"left\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),0)\"}}},\"nav\":{\"padding\":{\"top\":{\"value\":0}},\"background\":{\"color\":\"transparent\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"section\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"10\",\"color\":\"rgba(23, 25, 39, 0.1)\"}]}},\"nav\":{\"background\":{\"color\":\"white\"}}}}}},\"hash\":\"3m5YHx24UG\"},\"anchor\":\"navigation\",\"attrs\":{\"id\":\"navigation\",\"name\":\"Navigation\"}} -->\n<!-- wp:kubio/navigation-section {\"kubio\":{\"styleRef\":\"xLwdIMLPC_l\",\"hash\":\"2825e0dc59322f29\"}} -->\n<!-- wp:kubio/navigation-items {\"kubio\":{\"styleRef\":\"DqcL_YF9LKJ\",\"hash\":\"4slf86H8Rco\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MqErEXZ17Jm\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":1,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":0}},\"tablet\":{\"layout\":{\"horizontalGap\":0}}},\"containerWidth\":\"boxed\"},\"hash\":\"4276e14a\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"SFXC9Ze09eu\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":2}},\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"mobile\":{\"textAlign\":\"left\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"70dac966\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"0xSC3AT64\",\"hash\":\"EnIeNIf2dy\",\"props\":{\"layoutType\":\"image\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":24,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":700}},\"container\":{\"media\":{\"mobile\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"DJ3dK9XoVZ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"internal\":{\"navContent\":{\"type\":\"spacing\"}},\"media\":{\"mobile\":{\"isHidden\":true}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"hash\":\"0ad949ac\"}} -->\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"mRmagmI3LJv\"}} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZEkYpBrx7RA\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null},\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"mobile\":{\"textAlign\":\"right\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"unit\":\"%\",\"value\":\"86.16\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}}}},\"hash\":\"79ffa156\"}} -->\n<!-- wp:kubio/dropdown-menu {\"kubio\":{\"styleRef\":\"c6BbujDIAOY\",\"props\":{\"menu\":null,\"horizontalAlign\":\"start\",\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item\\u002d\\u002dbottom\",\"background\":{\"effect\":\"solid-active-item effect-pull-down\"},\"border\":{\"effect\":\"effect-borders-grow grow-from-center\"},\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-left\"}}},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"style\":{\"descendants\":{\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"height\":{\"value\":1,\"unit\":\"px\"}},\"hover-effect-background\":{\"background\":{\"color\":\"white\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":\"0\"},\"right\":{\"unit\":\"%\",\"value\":\"0\"}}}}},\"main-menu-ul\":{\"justifyContent\":\"center\",\"gap\":{\"value\":50,\"unit\":\"px\"},\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}},\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":14,\"unit\":\"px\"},\"weight\":400,\"transform\":\"none\",\"family\":\"IBM Plex Sans Condensed\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}}},\"main-menu-icon\":{\"padding\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}}},\"sub-menu-ul\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"margin\":{\"left\":{\"value\":5,\"unit\":\"px\"},\"right\":{\"value\":5,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]},\"padding\":{\"top\":{\"value\":6,\"unit\":\"px\"},\"bottom\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"sub-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\",\"size\":{\"value\":14,\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"border\":{\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(128,128,128,.2)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0)\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"first-sub-menu-ul\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"}}},\"first-sub-menu-ul-before\":{\"height\":{\"value\":10,\"unit\":\"px\"},\"width\":{\"value\":100,\"unit\":\"%\"}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"hover-effect-border\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"main-menu-ul\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"flex-end\"}}}}}}},\"hash\":\"1lj3x8oob\"},\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"K5qy1wT2BoI\",\"hash\":\"7773c488\"}} /-->\n\n<!-- wp:kubio/menu-offscreen {\"kubio\":{\"styleRef\":\"r1Ph182_RWJ\",\"props\":{\"showPanelInCustomizer\":false},\"style\":{\"descendants\":{\"offscreen\":{\"width\":{\"value\":300,\"unit\":\"px\",\"important\":true},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}},\"offscreenOverlay\":{\"background\":{\"color\":\"rgba(0,0,0,0.5)\"}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"%\",\"value\":0},\"right\":{\"unit\":\"%\",\"value\":0}},\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\",\"color\":\"black\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"5\"},\"bottom\":{\"unit\":\"px\",\"value\":\"5\"},\"left\":{\"unit\":\"px\",\"value\":\"5\"},\"right\":{\"unit\":\"px\",\"value\":\"5\"}},\"size\":{\"unit\":\"px\",\"value\":\"24\"},\"media\":{\"mobile\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3-variant-5),0)\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"width\":{\"value\":30,\"unit\":\"px\"},\"height\":{\"value\":30,\"unit\":\"px\"}},\"sub-menu-icon\":{\"margin\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"hash\":\"3bef2d34f33e4388\"},\"icon\":\"icons8-line-awesome/bars\",\"lock\":{\"move\":true,\"remove\":true}} -->\n<!-- wp:kubio/menu-offscreen-content {\"kubio\":{\"styleRef\":\"4fttDua62gk\",\"hash\":\"28cc6078\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oEwMj8zqLa0\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"1c77d460\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dySu33XviAE\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"left\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}}}},\"hash\":\"2844bc28\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"afIZ7lcsb\",\"hash\":\"c9c1c0e8\",\"props\":{\"layoutType\":\"text\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":20,\"unit\":\"px\"},\"family\":\"Poppins\",\"weight\":900}},\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/accordion-menu {\"kubio\":{\"styleRef\":\"RfKm7zJUMjR\",\"style\":{\"descendants\":{\"main-menu-a\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\",\"style\":\"none\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20}}},\"sub-menu-a\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}},\"menuButtonActive\":{\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),0.8)\"}}},\"border\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.2)\"}}}}},\"hash\":\"635aa360\"}} -->\n<!-- wp:kubio/menu-items {\"location\":\"header-menu\",\"kubio\":{\"styleRef\":\"7riXk8OqsUS\",\"hash\":\"37b03aac\"}} /-->\n<!-- /wp:kubio/accordion-menu -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ridFgk2UVqX\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"3d92dd71\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7AuOkWajPWG\",\"props\":{\"overlapOptions\":false,\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"35efe74a\"}} -->\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"nicBEJtZM\",\"hash\":\"daa2df84\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),0.4)\"}}}}}} -->\n© {year} {site-name}\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/menu-offscreen-content -->\n<!-- /wp:kubio/menu-offscreen -->\n<!-- /wp:kubio/dropdown-menu -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/navigation-items -->\n<!-- /wp:kubio/navigation-section -->\n<!-- /wp:kubio/navigation -->\n\n<!-- wp:kubio/hero {\"kubio\":{\"styleRef\":\"J6FPNZyUrn\",\"hash\":\"lL4VGU_pZ\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,1) 0%, rgba(251,194,235,1) 100% )\"},\"position\":{\"x\":0,\"y\":0},\"attachment\":\"fixed\",\"size\":\"cover\"}],\"overlay\":{\"enabled\":true,\"color\":{\"opacity\":0.55,\"value\":\"rgb(18,19,21)\"},\"type\":\"color\",\"gradient\":\"linear-gradient(0deg, rgba(161,140,209,0.5) 0%, rgba(251,194,235,0.5) 100% )\",\"shape\":{\"value\":\"none\",\"isTile\":false,\"light\":0}},\"slideshow\":{\"duration\":{\"value\":5000},\"speed\":{\"value\":1000},\"slides\":[{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide1.jpg\",\"id\":1,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide2.jpg\",\"id\":2,\"icon\":false},{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/slide3.jpg\",\"id\":3,\"icon\":false}]},\"video\":{\"poster\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/images/demo-video-cover.jpg\"},\"internal\":{\"url\":\"https://khia.abasa.com/wp-content/themes/vertice/resources/videos/demo-video.mp4\"},\"external\":{\"url\":\"https://www.youtube.com/watch?v=xXRy-JQ8G0Y\"},\"type\":\"external\"},\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":200,\"unit\":\"px\"},\"bottom\":{\"value\":250,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"typography\":{\"holders\":{\"h1\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"p\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"},\"bottom\":{\"value\":200,\"unit\":\"px\"}},\"customHeight\":{\"type\":\"full-screen\"}}},\"customHeight\":{\"type\":\"fit-to-content\"},\"separators\":{\"bottom\":{\"type\":\"tilt\",\"color\":\"#FFFFFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"textAlign\":\"center\"}}},\"props\":{\"width\":\"boxed\",\"layoutType\":\"textWithMediaOnRight\",\"heroSection\":{\"layout\":\"textOnly\"}}},\"attrs\":{\"name\":\"Hero\"},\"anchor\":\"hero\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"bgnhUSaQMl\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalAlign\":\"center\",\"verticalGap\":3,\"horizontalGap\":3,\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"ea1Y3s8DJt\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9IGHpldIpw\",\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}},\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"9yzZb5ztwg\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ukjZtaF3MN\",\"props\":{\"level\":1,\"link\":{\"typeOpenLink\":\"sameWindow\"}},\"hash\":\"Dty2iAC3dK\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2.8,\"unit\":\"em\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":4,\"unit\":\"em\"}}}},\"typography\":{\"size\":{\"value\":5.5,\"unit\":\"rem\"},\"transform\":\"none\",\"weight\":700},\"textAlign\":\"center\"}}}}} -->\nSacred Journeys\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Xia0GT4t_\",\"hash\":\"LVbIlTUJM\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"weight\":300,\"size\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"},\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}},\"textAlign\":\"center\"}}}},\"anchor\":\"paragraph-8\"} -->\nConnecting Hearts on the Pilgrimage of a Lifetime.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"9uoTT9gnxCy\",\"hash\":\"dKdceMaUK\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"},\"outer\":{\"padding\":{\"top\":{\"value\":40,\"unit\":\"px\"}}}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"Dud6AOZG0Hc\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(183, 111, 0, 0)\"},\"typography\":{\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":2,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":20},\"bottom\":{\"unit\":\"px\",\"value\":20},\"left\":{\"unit\":\"px\",\"value\":40},\"right\":{\"unit\":\"px\",\"value\":40}},\"states\":{\"hover\":{\"border\":{\"top\":{\"color\":\"#b76f00\"},\"right\":{\"color\":\"#b76f00\"},\"bottom\":{\"color\":\"#b76f00\"},\"left\":{\"color\":\"#b76f00\"}},\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"background\":{\"color\":\"#b76f00\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"n2d2I6X22\"},\"link\":{\"value\":\"https://khia.abasa.com/about/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/hero -->','Front Header','','inherit','closed','closed','','28-revision-v1','','','2024-01-01 12:12:15','2024-01-01 12:12:15','',28,'https://khia.abasa.com/?p=354',0,'revision','',0),(363,1,'2024-01-01 18:59:45','2024-01-01 18:59:45','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b92kaYPro\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 Days (25th Jul to 21st Aug 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"L2kTzWS4i\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"C3sUzeyz3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 Days (25th Jul to 26th Aug 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"CLmzyokkFk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"4iClOs4z3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 Days (25th Jul to 1st Sep 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"Ho5v7zGNBu\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"GHp9bQ9Gqi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"AUpY2BM2N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"bx1Oqy-Sp\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"INJpNzI1C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loKC47GYkW\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"XXR24_zvw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 18:59:45','2024-01-01 18:59:45','',323,'https://khia.abasa.com/?p=363',0,'revision','',0),(364,1,'2024-01-01 19:00:45','2024-01-01 19:00:45','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b92kaYPro\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 Days (25th Jul to 21st Aug 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZQ0Fq2ve3\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"C3sUzeyz3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 Days (25th Jul to 26th Aug 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"mMHxmT8dQ\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"4iClOs4z3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 Days (25th Jul to 1st Sep 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"pTp_eR5Qr\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"GHp9bQ9Gqi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"AUpY2BM2N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"bx1Oqy-Sp\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"INJpNzI1C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loKC47GYkW\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"XXR24_zvw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 19:00:45','2024-01-01 19:00:45','',323,'https://khia.abasa.com/?p=364',0,'revision','',0),(365,1,'2024-01-01 19:03:47','2024-01-01 19:03:47','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"7dXpdc0Ua\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZQ0Fq2ve3\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"lNlV8JR1l\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"mMHxmT8dQ\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qcB5zeln6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"dakqd8sKG\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"GHp9bQ9Gqi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"AUpY2BM2N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"bx1Oqy-Sp\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"INJpNzI1C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"hash\":\"loKC47GYkW\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"XXR24_zvw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"CGNZq5o3b0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-01 19:03:47','2024-01-01 19:03:47','',323,'https://khia.abasa.com/?p=365',0,'revision','',0),(367,1,'2024-01-02 16:32:35','2024-01-02 16:32:35','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":44.58,\"unit\":\"%\"}}}}}}},\"hash\":\"nLzQV_5EB\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"ZVvdfSlvORs\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"dDbtaUdJSBH\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"shzBM2Sy1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://wa.me/442071000555\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":49.97,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55.37,\"unit\":\"%\"}}}}}}},\"hash\":\"2TCrDNAejx\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"6NnOPBF-d\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"AWQhHG_cLJ\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"cN18AuzAEW\",\"hash\":\"oeWrAtO2e\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nTestimonial\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"LJq4KQrbB1\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"X3_STfh2C-\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"HUYjyUx9Ko\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"yt4TQ-NAnN\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',27,'https://khia.abasa.com/?p=367',0,'revision','',0),(368,1,'2024-01-02 16:32:35','2024-01-02 16:32:35','','Services','','publish','closed','closed','','services','','','2024-01-02 16:32:35','2024-01-02 16:32:35','',0,'https://khia.abasa.com/uncategorized/368/',2,'nav_menu_item','',0),(370,1,'2024-01-02 16:34:10','2024-01-02 16:34:10','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":44.58,\"unit\":\"%\"}}}}}}},\"hash\":\"nLzQV_5EB\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"2SzXj6D_I\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"tH6EPegTD\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"shzBM2Sy1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://wa.me/442071000555\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":49.97,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55.37,\"unit\":\"%\"}}}}}}},\"hash\":\"2TCrDNAejx\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"6NnOPBF-d\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"AWQhHG_cLJ\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"cN18AuzAEW\",\"hash\":\"oeWrAtO2e\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nTestimonial\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"LJq4KQrbB1\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"X3_STfh2C-\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"HUYjyUx9Ko\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"yt4TQ-NAnN\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2024-01-02 16:34:10','2024-01-02 16:34:10','',27,'https://khia.abasa.com/?p=370',0,'revision','',0),(372,1,'2024-01-02 16:36:02','2024-01-02 16:36:02','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"D9X9Ms-5pT\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"odRQwtZVqm\"},\"attrs\":{\"name\":\"Hero accent 1\"},\"anchor\":\"hero-accent-1\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":8}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"_1KO4L2l_Y\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"LT5jm3rxU\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gjyT5myb7d\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Tqw0uoW8Qw\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"RX12EbT2-2\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"I8UrTYO4o\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/hackerrank\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"VOcV-ZQUr\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"2UWQoCimp\"}} -->\nImmerse yourself through the sacred landmarks and moments that define this extraordinary pilgrimage.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"e_KbF8fsxL_\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"3\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"38\",\"y\":\"19\",\"color\":\"rgba(0, 0, 0, 0.16)\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"30\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"cNTQxJEj6J\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"MIUANL6xVj8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"outer\":{\"margin\":{\"top\":{\"value\":\"-70\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"-55\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"width\":{\"value\":\"40\",\"unit\":\"px\"},\"height\":{\"value\":\"40\",\"unit\":\"px\"},\"border\":{\"top\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":4,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"20\"},\"left\":{\"value\":\"20\"},\"right\":{\"value\":\"20\"},\"bottom\":{\"value\":\"20\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"5\",\"y\":\"2\"}]},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}}}},\"hash\":\"7WnndLqEZ\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"socicon/udemy\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"M5MOSEQPbw\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}},\"hash\":\"rG15dCtSg\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"vmdQh2_BEX5\",\"props\":{\"type\":\"normal\"},\"hash\":\"HPwaDIhms\"}} -->\nCreate a memorable and deeply spiritual pilgrimage, fostering a connection with your faith that will last a lifetime.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Bxz5hBtcgY\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"counters\",\"cloudPresetId\":737}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ZEpE9Eg65K\"},\"attrs\":{\"name\":\"Counters\"},\"anchor\":\"counters\",\"kubioAI\":{\"meta\":{\"category\":\"counters\",\"cloudPresetId\":737}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"qkrDHto7u2\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":1,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":3}}},\"meta\":{\"isHeader\":true}},\"hash\":\"OibqLSo1Vm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"7wf-xpeQpL\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"jcwrA9h_5v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"D_Ynd-Ggr8\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"NdMlr-jFz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nOur work in numbers\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TiLKAYbmjl\",\"props\":{\"isLead\":true},\"hash\":\"y7mDrXdh1\"}} -->\nShared laughter to the scenic views of profound conversations, these years have been a captivating tour of growth, discovery, and the joy of building meaningful connections.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-TJVeWNOnsV\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":1,\"outerGapLinked\":false,\"verticalGap\":1}},\"tablet\":{\"layout\":{\"horizontalGap\":1,\"verticalGap\":2}}}},\"hash\":\"pQF_MI3AAIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"jq4v8rgIqgU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"GEPXueVe6b\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nfriends met\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"VkSeiT9-x\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n230K\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"j4u2NDrd06n\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tqG0Iabf-m\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nshots taken\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"8D3gNHL6nN\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+3M\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"vyrfq3xz0fm\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"u1PGui0sSb\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nexperience\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"jvhyFX9-ne\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n+25\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FOYGOHGC4HM\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3,\"verticalAlign\":\"center\"}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"fWLKlLcTO_u\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MAPK0yHuGMh\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"EbVPhv0fq\"},\"kubioAI\":{\"desc\":\"infographic-label\"}} -->\nTOURS\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"4vf_vDqFgoj\",\"hash\":\"SxENUHf4qK\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"size\":{\"value\":3.5,\"unit\":\"em\"},\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}},\"kubioAI\":{\"desc\":\"infographic-number\"}} -->\n179\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"6-a5GpBSfh\",\"hash\":\"X8VySjrYGk\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"nnG_vIrJSw\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"8Zfdrmx4fO\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"FtZFQSHvmr\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"37yQSkkkaW\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"AZP63FAqQ7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"0mOfrieO7H\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"pYa9DScJu\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\",\"id\":158,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"oIe1xxa0QAR\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"4qXq-JzKL\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nYour Spiritual Mentor\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"iKiLCyA8wiQ\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"pQy4j3vv_\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Peace TV and Islam Channel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"LSQv38xm7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nPresenter for Huda TV and Islamic Network TV\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"7H5YM4yWcU\",\"hash\":\"-Mam8wied\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nGraduate from Dar Al-Hadith Al-Khayriyyah in Makkah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"TKItwgYAg\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nSheikh Abu Abdissalam is a UK Islamic Studies graduate with 17+ years leading Hajj and Umrah trips. He instructs at the Al-Kauthar Institute, focusing on Seerah, and is passionate about teaching, engaging with guests, answering questions, and socialising.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"V7xuzP93VsI\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"5c8q43ANUaM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"5Bf5llXKJJ\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"jVMzko2knRz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"Ba85pNCGFr2\",\"hash\":\"Tnw27NPmm2B\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"r0HdMoZTwCy\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"X5dV54Hja\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}},\"anchor\":\"heading\"} -->\nTravel with Group\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"DBoZy-k7i7T\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"A4u7R2Au2Fo\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"az7kZRxDg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nCreating a supportive environment\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"PcDPKNuIbn8\",\"hash\":\"oS4Zt7qo-\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nSpend time with like-minded individuals and families\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"JIDNTdlM7m\",\"hash\":\"wrtlRVnT7\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nEncourage, learn together and help one another\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"R1HG7Cp3S7p\",\"hash\":\"kzZpfCjzb3\",\"style\":{\"descendants\":{\"text\":{\"media\":{\"tablet\":{\"textAlign\":\"justify\"}},\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWhen traveling in a group, you share common goals, support each other, and enjoy socialising. We provide detailed pre-trip preparation, including webinars, to ensure you make the most of your Umrah experience.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"_YsEGf8oBI\",\"hash\":\"edVgFR3Pbs6\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"ifNHht-MFMk\",\"hash\":\"WeZYxncHF\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\",\"id\":157,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"JROBUBkRsD\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}},\"states\":{\"hover\":{\"border\":{\"top\":{\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"bottom\":{\"style\":\"none\"},\"left\":{\"style\":\"none\"}}}}}}},\"hash\":\"jqOqWzoTm\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":36}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"00G1KtKG9x\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"ThkK9SjhLP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ltKpnyiP-r\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"xBPCIhBOxs\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"sX3ZtNcXuL\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"yA8r7STmP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUpcoming Tours\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6N1EyaKyqF\",\"props\":{\"isLead\":true},\"hash\":\"K0QHTDh-L\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":300}}}}}} -->\nJoin us for unforgettable experiences and cherished memories.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"IBA3zmPgG4L\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"wdICkjNQTf1\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"6KJ3r4tuZb7\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jhr5Q2NiV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-01-Comp.jpg\",\"id\":54,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"fD6JCcm3uOn\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HmEURl2kKQ7\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"YQIwhdA4T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"RTYR7Q6VBk\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nNovember 2023\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"rUvC2rG72\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ioIiagaMM\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"6CTZeEKPDZ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"7P1fDE8lK0b\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"W9AdcclpK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-02-Comp.jpg\",\"id\":55,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"a7fr9M7Sjzb\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"7mXu87XewuQ\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"wj-TYEY-qa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUmrah Tour for Kids\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"DPHbzWRxm\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nFebruary 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"JsaYeZwfWA\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"JEdUv9eIOR\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"70AGYNHgd\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xxXZuH5-scs\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"0\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-1),1)\",\"spread\":\"0\",\"blur\":\"0\",\"y\":\"3\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-5-variant-2),0.2)\"},\"typography\":{\"holders\":{\"a\":{\"states\":{\"hover\":{\"color\":\"rgba(var(--kubio-color-1-variant-4),1)\"}}}}},\"states\":{\"hover\":{\"transform\":{\"translate\":[{\"axis\":\"x\"},{\"axis\":\"y\"},{\"axis\":\"z\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"y\":\"10\",\"spread\":\"2\",\"blur\":\"20\",\"color\":\"rgba(189, 189, 189, 0.2)\"}]}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"YqkQI9ytUOG\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"_G90bXZqSff\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"jb2hJ-G9g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-03-03-Comp.jpg\",\"id\":56,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"SZi6aj4-xMH\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"style\":{\"descendants\":{\"container\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"width\":{\"value\":0,\"unit\":\"px\"}}}}}},\"hash\":\"eFbVvQDyRIP\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u8oaEtUrxki\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"20\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":100}}}}},\"hash\":\"HeIq-AqueuE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Df77Ru-iM2n\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"E3G7_AN6RD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSpring Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"7bsWvkNaZq3\",\"props\":{\"type\":\"normal\"},\"hash\":\"u1QKXUBfcM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nApril 2024\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"mJflFr4tjhh\",\"hash\":\"KTGbNGeRIZ\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"cqWvhCpf45J\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"V2jI96hhH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"Str1oGjYf\",\"hash\":\"fZNJUeibP2\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":1,\"unit\":\"px\"},\"media\":{\"mobile\":{\"height\":{\"value\":10,\"unit\":\"px\"}},\"tablet\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"qavXwpHHk2\",\"hash\":\"FVL-g5RPD0\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"KO7K1A9C0h\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"hlXRG25mFh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"8zYaMpE_Yx\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"kzUN_UMeuT\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"3ARokG5iOp\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"XtgvI1yGbg\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"PN7CCYhshZ\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}}}},\"hash\":\"Q_a-DEiIJ\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"RMkhNkV4_nU\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"-Heu5vdKu\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"lHjYnxPvBRL\",\"hash\":\"Eq7PiMpGI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"uz6GlN6nCvO\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"azW5mrXbGy\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"oJihqMg86Q0\",\"hash\":\"MhnP_Q-8w\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"hSpace\":{\"value\":30,\"unit\":\"px\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"IwnLOer5Qkt\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"bdlRQajcD\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"qG7tGrl3K9_\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"236TAQ5Y7Zt\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Home','','inherit','closed','closed','','11-revision-v1','','','2024-01-02 16:36:02','2024-01-02 16:36:02','',11,'https://khia.abasa.com/?p=372',0,'revision','',0),(374,1,'2024-01-02 16:41:46','2024-01-02 16:41:46','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"SzmJYFh0s\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":2},\"hash\":\"H3y29JPa1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nOur Mission\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"_5LS_VVWn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nMeticulously curated for transformative experiences.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"-nalulFll\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\"}}}}} -->\nOur mission is to provide exceptional, worry-free, and spiritually enriching Hajj and Umrah experiences. We understand the profound significance of these journeys in the lives of our clients, and our primary goal is to ensure that every detail is meticulously arranged, allowing you to focus on your devotion and spiritual growth.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ci0ZcjLdlr\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KaOphxwWZB\"},\"attrs\":{\"name\":\"Testimonials 1\"},\"anchor\":\"testimonials-1\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"MiACVjiI7k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"MriNMMe5R\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4U72y7QuXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"K3HmWR363c\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Ayq41K7IKM\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"ApaQ5_EOd\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nFocus on Purpose\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mdtHJK2yD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"oyu9GxBkS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhile we take care of everything else.\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QdvvOOR6Hxo\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"KDp-1gUVtxH\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"DZQqlokBnpX\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"cYbSdu00m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"3snnUgB4t\"}} -->\nWe firmly believe that it’s an honour to serve the guests of Allah. We feel strongly that it’s our duty to ensure you have a phenomenal experience in both of these aspects.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"WjURpSZeRQO\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"Z4oFc9jKP\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/thumbs-up\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"6QGXYwoAX\"}} -->\nIt’s important to have a guiding hand at each journey. We will perform together, guiding you at every step from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"sA6ycxe_R7L\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Doi8NW0Fq-L\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"jVky980i79_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"CLcS2Ny5E\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/heart\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"gBowi9JG4L8\",\"props\":{\"type\":\"normal\"},\"hash\":\"WnWF3zkfV\"}} -->\nOur Hajj and Umrah programme ensures you have been given strong preparation to make sure your it does not become a meaningless set of empty rituals.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"Jq-01Uo6C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Sacred Duty\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"nlllb22u7\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qyNbgOf9n\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nAllah says,<br>“…and complete the Hajj and Umrah for Allah…”<br>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NjpW2d5L71\",\"hash\":\"XFdmM3gKDr\"}} -->\nA once in a lifetime journey, we must always keep in mind that Hajj is a Divine Obligation, prescribed by the Lord of the Heavens and Earth.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"nTWcSfs4Ep\",\"hash\":\"SmjNDYwUqc\"}} -->\nThat being said, we should do our utmost to ensure we perform Hajj to the best of our ability, both spiritually and ritually.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"bpReiNCsJ3\",\"hash\":\"gNO9zQg0b\"}} -->\nHajj is like no other journey and it is key that you are well prepared. Too many people gain a temporary iman boost during their Hajj journey only for that to fade due to a lack of preparation and guidance.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VEKZAWCJRo\",\"hash\":\"3D4r_qE1w\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"typography\":{\"holders\":{\"p\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h1\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h2\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h3\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h4\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h5\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"h6\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":765}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"U6LpUsIdgM\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"1k8kU17V_E\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"gDUcMv37gp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"EEntnRaeRA\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"_13Gm7UW-9\",\"props\":{\"level\":2},\"hash\":\"91QMZJzt4\"}} -->\nOur Packages\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"JhuXEmr01r\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"hash\":\"3tiZXaI8Hw\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"6v2h9dkFK\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"V-Jm-LSXgd2\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"uswixvXcPWg\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dvzPbKU_GPA\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-02-Comp.jpg\"},\"position\":{\"x\":70,\"y\":59}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"lCs4WmoQp\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"aFBKq8Cwb1I\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"uDc1RJyTwG\"}} -->\nPackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"2qTEM2Di3\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/hajj/\"}} -->\nHajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"jQg06xvYAz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOur Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate and keep it that way In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"dp6t3WfFrzX\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"6tutjqn7YJN\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OiJszqZsZ\"},\"link\":{\"value\":\"https://khia.abasa.com/hajj/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"w3AkAe0vqdl\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"u_UmjrBJqqz\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"hash\":\"dNBX4L_0I9\",\"style\":{\"descendants\":{\"inner\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0,\"verticalAlign\":\"end\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Z4GsKbMRwoK\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"hash\":\"zfN_rzrqhcw\",\"style\":{\"descendants\":{\"container\":{\"padding\":{\"top\":{\"value\":15,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":10,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"bDCBWTjFpWj\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-02-01-Comp.jpg\"},\"position\":{\"x\":46,\"y\":52}}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}}}},\"hash\":\"6Q82yU4f7b\"}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"VVSYfqFcMzO\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"padding\":{\"top\":{\"value\":10,\"unit\":\"%\"},\"bottom\":{\"value\":10,\"unit\":\"%\"},\"left\":{\"value\":15,\"unit\":\"%\"},\"right\":{\"value\":15,\"unit\":\"%\"}},\"border\":{\"top\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"}}}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":500,\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"right\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":5,\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"vSpace\":{\"value\":0,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}}}},\"hash\":\"1EtwIr6VGks\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qdq45MMUKJ-\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"U4E6mB4iU\"}} -->\npackage\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"9WJMcx4gz0u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"lineHeight\":{\"value\":1.2,\"unit\":\"\"},\"size\":{\"value\":2,\"unit\":\"em\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"},\"lineHeight\":{\"value\":1.2,\"unit\":\"\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"1tPggJODs\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/umrah/\"}} -->\nUmrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3fuX7bb8tVG\",\"hash\":\"5nT6YbEMS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),0.9)\",\"size\":{\"value\":16,\"unit\":\"px\"}},\"textAlign\":\"center\"}}}}} -->\nOver the years, we have meticulously crafted a mesmerising and proven structure for our Umrah Tour. It’s like a machine: you enter as one person and leave totally different while developing a strong and permanent relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZpfYPxCjGMQ\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"28n4ru_NfBe\",\"hash\":\"rYlNPjgqdKy\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"7TdAt0We-m5\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"OzZsUTt6CB\"},\"link\":{\"value\":\"https://khia.abasa.com/umrah/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nLearn more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"G-8TKdMolKa\",\"hash\":\"ZxRpcFoN4aY\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":30,\"unit\":\"px\"}}}}}} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"KWb066xqSDT\",\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"AfaHH_lnd0a\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"style\":{\"descendants\":{\"inner\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"ZaC2a-z1h1\",\"hash\":\"cn5xq7rgnI\"},\"attrs\":{\"name\":\"Photo gallery\"},\"anchor\":\"photo-gallery\",\"kubioAI\":{\"meta\":{\"category\":\"photo-gallery\",\"cloudPresetId\":721}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"RoE86_uXB\",\"props\":{\"layout\":{\"itemsPerRow\":3,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"EpLJhovwF\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"Av7AqYSAT\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"Am3C0KVQi\",\"hash\":\"uyL2FzJkO\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":201,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"leuW0p8G7Z\",\"hash\":\"J8rps61vnr\"},\"id\":201,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-03-Hajj-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"eJtj76U-7N\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"poysUtvIW\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Iz1Codam5h\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":14,\"unit\":\"px\"},\"bottom\":{\"value\":14,\"unit\":\"px\"},\"left\":{\"value\":14,\"unit\":\"px\"},\"right\":{\"value\":14,\"unit\":\"px\"}},\"size\":{\"value\":35,\"unit\":\"px\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.2)\",\"blur\":\"60\",\"spread\":\"-10\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"margin\":{\"bottom\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"bottom\":{\"value\":20,\"unit\":\"px\"}}}}},\"outer\":{\"boxShadow\":{\"enabled\":false}}}},\"hash\":\"3jiEl_mcg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/photo\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"5OHD8LBlI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"NCEKCZV6X\"}} -->\nGallery\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"6vnvP4PVk\",\"hash\":\"MZRIlgScH\"}} -->\nA visual journey that tells stories beyond words. Welcome to our photo gallery, where every image has a tale to unfold.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"68zI0cbEL\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"HbOSteja9\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"eEM9LCVMm\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView Photos\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"hash\":\"lanbhiqYk4\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"TPEz4w-Au\",\"hash\":\"2E8H4B2xH\",\"props\":{\"columns\":1,\"media\":{\"tablet\":{\"columns\":1},\"mobile\":{\"columns\":1}}},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":202,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ULnqmb7kVM\",\"hash\":\"sa8V4qxAr-\"},\"id\":202,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-05-Umrah-01-02-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ZTe_7toED_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"fOQGT29g_K\",\"props\":{\"layout\":{\"verticalAlign\":\"start\",\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"end\"}}}}}} -->\n<!-- wp:kubio/image-gallery {\"kubio\":{\"styleRef\":\"xZX01voQc\",\"hash\":\"f4rpG-ZM4\",\"props\":{\"columns\":3,\"media\":{\"mobile\":{\"columns\":1}},\"clickBehaviour\":\"lightbox\"},\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"image-caption-wrapper\":{\"margin\":{\"top\":{\"value\":30,\"unit\":\"px\"},\"right\":{\"value\":30,\"unit\":\"px\"},\"bottom\":{\"value\":30,\"unit\":\"px\"},\"left\":{\"value\":30,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":10,\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"},\"left\":{\"value\":20,\"unit\":\"px\"}}}}}}}},\"size\":\"full\",\"imagesData\":[{\"id\":157,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"},{\"id\":158,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"},{\"id\":197,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"},{\"id\":198,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"},{\"id\":200,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"},{\"id\":199,\"alt\":\"\",\"caption\":\"\",\"url\":\"http://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"}]} -->\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"VSYJ7yvEcZ\",\"hash\":\"iyu-1buEFA\"},\"id\":157,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-02-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"2hXhwH_nKg\",\"hash\":\"QWgtHPstOU\"},\"id\":158,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-04-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"hWqo39ZAn4\",\"hash\":\"XNucHLFrgN\"},\"id\":197,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"3AOG3oW4K8\",\"hash\":\"KE88LX_i58\"},\"id\":198,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-03-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"ilmNP9HQtf\",\"hash\":\"q0YMVxtJPv\"},\"id\":200,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-05-Comp.jpg\"} /-->\n\n<!-- wp:kubio/image-gallery-item {\"kubio\":{\"styleRef\":\"5OYpcybJCw\",\"hash\":\"EYCRzQKluO\"},\"id\":199,\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-06-Comp.jpg\"} /-->\n<!-- /wp:kubio/image-gallery -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"NEmH-xQjU4\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"F3LsuaLsaC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat They Say\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"_M8QOLCYM0\"}} -->\nDon’t take our word for it - here’s what our clients say:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"fAp8jmyArh4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"D71-1G93k\"}} -->\n<em><em>An excellent package and very compact. Families should take full advantage of this tour. You get much more than you expect.</em></em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"-YhzvqDL7\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nJabeen Iqbal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"9HGNK2OPcpc\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"S_dUeloJAo\"}} -->\n<em>Was a life changing experience, Ma sha’ Allah Radiant Drops are kind people and very good helpers Ma sha’ Allah.</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"Xz_pFBtyE\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\n<strong>Hammad Abbas</strong>\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"vHN6-NoK8xX\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/quote-right\"} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"Q2IQQd2cmjw\",\"props\":{\"type\":\"normal\"},\"hash\":\"AwTgXVppd\"}} -->\n<em>I came as Person A and left as Person B… It was truly amazing. I’m going back with God in my heart!</em>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"-cs3GIMaHZF\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":5},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"olXEnrgNdy\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"kubioAI\":{\"desc\":\"name and surname\"}} -->\nAdil Mughal\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"hGcli3Kgv\",\"hash\":\"biTApFyri\",\"style\":{\"descendants\":{\"spacing\":{\"textAlign\":\"center\"}}}}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"L44HxuLFF\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":400,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"uQbxWGwEB\"},\"link\":{\"value\":\"https://khia.abasa.com/testimonial/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nRead more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"KTBuYvRC-\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','About','','inherit','closed','closed','','140-revision-v1','','','2024-01-02 16:41:46','2024-01-02 16:41:46','',140,'https://khia.abasa.com/?p=374',0,'revision','',0); INSERT INTO `wp_posts` VALUES (376,1,'2024-01-02 16:42:36','2024-01-02 16:42:36','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"7dXpdc0Ua\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZQ0Fq2ve3\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"lNlV8JR1l\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"mMHxmT8dQ\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qcB5zeln6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"dakqd8sKG\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"GHp9bQ9Gqi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"AUpY2BM2N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"bx1Oqy-Sp\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"INJpNzI1C\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"3lVHdSI6lIm\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"XXR24_zvw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-02 16:42:36','2024-01-02 16:42:36','',323,'https://khia.abasa.com/?p=376',0,'revision','',0),(378,1,'2024-01-02 16:43:26','2024-01-02 16:43:26','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":190,\"unit\":\"px\"}}}}},\"hash\":\"lieXeLpf3\"},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"eDaazLtGP\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"UYREXmRo3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nATOL Certified\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"56B5t8Y7GI\",\"props\":{\"type\":\"normal\",\"isLead\":true},\"hash\":\"yBm03cjmuA\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"size\":{\"value\":18,\"unit\":\"px\"}}}}}}} -->\nAt Radiant Drops Ltd, your peace of mind is paramount to enjoying your journey to the full. We hold an ATOL, an Air Travel Organisers License, so your financial security is assured, In sha’ Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"TuhvZSAxdT\",\"hash\":\"8CT3V7B__\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThe flight-inclusive accommodation packages shown are ATOL-Protected by the Civil Aviation Authority. <strong>Our ATOL number is 10364</strong>. Click <a href=\"http://www.caa.co.uk/application.aspx?catid=490&pagetype=65&appid=2&mode=detailnosummary&atolNbr=10364\">here</a> to see our details on the Civil Aviation Authority’s website. ATOL Protection extends primarily to customers who book and pay in the United Kingdom.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"62xAi8YCaY\",\"hash\":\"UDKCe_z98\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nComplaints about your packages are best dealt with on the spot by our representative. If you need to take the matter further you should raise it with Radiant Drops Ltd in writing after which we will investigate the matter and In sha’ Allah resolve your complaint.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"5W_5GDKj9K\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"c0WcLmOFl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"BRvTGKAmSg\",\"hash\":\"c8zDotnQ2Z\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"PtGY4Grox6\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"N4wM-cKjc\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aV-7d_W2Yh\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"y3yd0Nu-yP\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"h_KSgCVs4B\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"-jfBhH5Clh\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"MQKoXzs4VE\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"5RabQf4gWn\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"dpG7SAbXu6u\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"MMmuMYhr4\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"06Kt_EsHxlJ\",\"hash\":\"gtvB5YyUJ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"BRfOvF4CHCp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"ePFKasfHq_0\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"7DU92UggzzK\",\"hash\":\"1LsckmldpU8\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"iN81kHjr1av\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ZkEtx-Fe2\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"jEQTLAguOlE\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"J-uX4m9ij\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','ATOL','','inherit','closed','closed','','275-revision-v1','','','2024-01-02 16:43:26','2024-01-02 16:43:26','',275,'https://khia.abasa.com/?p=378',0,'revision','',0),(381,1,'2024-01-02 16:44:52','2024-01-02 16:44:52','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":44.58,\"unit\":\"%\"}}}}}}},\"hash\":\"nLzQV_5EB\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"2SzXj6D_I\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"tH6EPegTD\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"shzBM2Sy1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://wa.me/442071000555\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":49.97,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55.37,\"unit\":\"%\"}}}}}}},\"hash\":\"2TCrDNAejx\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"3KODoyiW3\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"vw86FiNXBz\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"cN18AuzAEW\",\"hash\":\"oeWrAtO2e\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nTestimonial\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"ieS0MIa158\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"2J-0csX_RT\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"8Nj6HtKBus\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"ZHPTttRhgz\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2024-01-02 16:44:52','2024-01-02 16:44:52','',27,'https://khia.abasa.com/?p=381',0,'revision','',0),(383,1,'2024-01-03 15:34:05','2024-01-03 15:34:05','','HAU-Bonus-01-Compressed','','inherit','open','closed','','hau-bonus-01-compressed','','','2024-01-03 15:34:05','2024-01-03 15:34:05','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg',0,'attachment','image/jpeg',0),(384,1,'2024-01-03 15:34:24','2024-01-03 15:34:24','','HAU-Bonus-02-Compressed','','inherit','open','closed','','hau-bonus-02-compressed','','','2024-01-03 15:34:24','2024-01-03 15:34:24','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg',0,'attachment','image/jpeg',0),(385,1,'2024-01-03 15:39:29','2024-01-03 15:39:29','','HAU-Bonus-03-Compressed','','inherit','open','closed','','hau-bonus-03-compressed','','','2024-01-03 15:39:29','2024-01-03 15:39:29','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg',0,'attachment','image/jpeg',0),(386,1,'2024-01-03 15:39:38','2024-01-03 15:39:38','','HAU-Bonus-04-Compressed','','inherit','open','closed','','hau-bonus-04-compressed','','','2024-01-03 15:39:38','2024-01-03 15:39:38','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg',0,'attachment','image/jpeg',0),(387,1,'2024-01-03 15:42:44','2024-01-03 15:42:44','','HAU-Bonus-05-Compressed','','inherit','open','closed','','hau-bonus-05-compressed','','','2024-01-03 15:42:44','2024-01-03 15:42:44','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg',0,'attachment','image/jpeg',0),(388,1,'2024-01-03 15:42:52','2024-01-03 15:42:52','','HAU-Bonus-06-Compressed','','inherit','open','closed','','hau-bonus-06-compressed','','','2024-01-03 15:42:52','2024-01-03 15:42:52','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg',0,'attachment','image/jpeg',0),(389,1,'2024-01-03 15:45:55','2024-01-03 15:45:55','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"padding\":{\"bottom\":{\"value\":120,\"unit\":\"px\"}}}}},\"hash\":\"HUU3_Vrvq\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"hash\":\"NkbjpM2dg\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"pLis-F18R\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"7dXpdc0Ua\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"ZQ0Fq2ve3\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"lNlV8JR1l\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"mMHxmT8dQ\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"qcB5zeln6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-1),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"dakqd8sKG\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Pt_BzuRUW\"},\"icon\":\"font-awesome/check\"} -->\nReturn International Flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"6hO-zNk3P\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"jS_DycJck\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"nWLeNeXGJ\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"FxYW2Z6-Y\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Ty_xXOO4-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via Air-conditioned Coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"buaz2ZMsU\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"5-KCtaHG3\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual Tour Guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2JQ0-TGPc\"},\"icon\":\"font-awesome/check\"} -->\nFull-board Meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"KVmUdfEJ8\"},\"icon\":\"font-awesome/check\"} -->\nVisit to Historic Sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"1AxqwuI25\"},\"icon\":\"font-awesome/check\"} -->\nIman Boosting Lectures: Iman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"mx89Sy-55\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"sLtRSJ2yyH\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Upo9r9BGC\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"3lVHdSI6lIm\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"XXR24_zvw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-03 15:45:55','2024-01-03 15:45:55','',323,'https://khia.abasa.com/?p=389',0,'revision','',0),(391,1,'2024-01-03 16:04:35','2024-01-03 16:04:35','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"42GS-8mqTV\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Pt_BzuRUW\"},\"icon\":\"font-awesome/check\"} -->\nReturn International Flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"6hO-zNk3P\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"jS_DycJck\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"nWLeNeXGJ\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"FxYW2Z6-Y\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Ty_xXOO4-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via Air-conditioned Coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"buaz2ZMsU\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"5-KCtaHG3\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual Tour Guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2JQ0-TGPc\"},\"icon\":\"font-awesome/check\"} -->\nFull-board Meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"KVmUdfEJ8\"},\"icon\":\"font-awesome/check\"} -->\nVisit to Historic Sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"1AxqwuI25\"},\"icon\":\"font-awesome/check\"} -->\nIman Boosting Lectures: Iman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"mx89Sy-55\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"sLtRSJ2yyH\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Upo9r9BGC\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ei4reiz7kC\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"AEFBaZwhy\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"xtNB8N-8k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"crNOv0U1_4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,600</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"1du73OsHD\"}} -->\nin a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"RmUbmTCLa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,900</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"XGskcH4Zk\"}} -->\nin a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"otcVSiDU3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong><strong>£7,200</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"l2WlYhck0\"}} -->\nin a double room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"3lVHdSI6lIm\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-03 16:04:35','2024-01-03 16:04:35','',323,'https://khia.abasa.com/?p=391',0,'revision','',0),(392,1,'2024-01-03 16:04:44','2024-01-03 16:04:44','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"42GS-8mqTV\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Pt_BzuRUW\"},\"icon\":\"font-awesome/check\"} -->\nReturn International Flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"6hO-zNk3P\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"jS_DycJck\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"nWLeNeXGJ\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"FxYW2Z6-Y\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Ty_xXOO4-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via Air-conditioned Coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"buaz2ZMsU\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"5-KCtaHG3\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual Tour Guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2JQ0-TGPc\"},\"icon\":\"font-awesome/check\"} -->\nFull-board Meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"KVmUdfEJ8\"},\"icon\":\"font-awesome/check\"} -->\nVisit to Historic Sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"1AxqwuI25\"},\"icon\":\"font-awesome/check\"} -->\nIman Boosting Lectures: Iman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"mx89Sy-55\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"sLtRSJ2yyH\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Upo9r9BGC\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ei4reiz7kC\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}}}}},\"hash\":\"4yNVHNt76\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"xtNB8N-8k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"crNOv0U1_4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,600</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"1du73OsHD\"}} -->\nin a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"RmUbmTCLa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,900</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"XGskcH4Zk\"}} -->\nin a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"otcVSiDU3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong><strong>£7,200</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"l2WlYhck0\"}} -->\nin a double room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"3lVHdSI6lIm\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-03 16:04:44','2024-01-03 16:04:44','',323,'https://khia.abasa.com/?p=392',0,'revision','',0); INSERT INTO `wp_posts` VALUES (393,1,'2024-01-03 16:05:08','2024-01-03 16:05:08','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"42GS-8mqTV\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Pt_BzuRUW\"},\"icon\":\"font-awesome/check\"} -->\nReturn International Flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"6hO-zNk3P\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"jS_DycJck\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"nWLeNeXGJ\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"FxYW2Z6-Y\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Ty_xXOO4-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via Air-conditioned Coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"buaz2ZMsU\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"5-KCtaHG3\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual Tour Guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2JQ0-TGPc\"},\"icon\":\"font-awesome/check\"} -->\nFull-board Meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"KVmUdfEJ8\"},\"icon\":\"font-awesome/check\"} -->\nVisit to Historic Sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"1AxqwuI25\"},\"icon\":\"font-awesome/check\"} -->\nIman Boosting Lectures: Iman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"mx89Sy-55\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"sLtRSJ2yyH\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Upo9r9BGC\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ei4reiz7kC\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"xtNB8N-8k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"crNOv0U1_4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,600</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"1du73OsHD\"}} -->\nin a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"RmUbmTCLa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,900</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"XGskcH4Zk\"}} -->\nin a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"otcVSiDU3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong><strong>£7,200</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"l2WlYhck0\"}} -->\nin a double room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"3lVHdSI6lIm\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-03 16:05:08','2024-01-03 16:05:08','',323,'https://khia.abasa.com/?p=393',0,'revision','',0),(395,1,'2024-01-03 16:06:21','2024-01-03 16:06:21','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"42GS-8mqTV\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Pt_BzuRUW\"},\"icon\":\"font-awesome/check\"} -->\nReturn International Flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"6hO-zNk3P\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"jS_DycJck\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"nWLeNeXGJ\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"FxYW2Z6-Y\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Ty_xXOO4-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via Air-conditioned Coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"buaz2ZMsU\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"5-KCtaHG3\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual Tour Guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2JQ0-TGPc\"},\"icon\":\"font-awesome/check\"} -->\nFull-board Meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"KVmUdfEJ8\"},\"icon\":\"font-awesome/check\"} -->\nVisit to Historic Sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"1AxqwuI25\"},\"icon\":\"font-awesome/check\"} -->\nIman Boosting Lectures: Iman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"mx89Sy-55\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"sLtRSJ2yyH\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Upo9r9BGC\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ei4reiz7kC\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"xtNB8N-8k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"crNOv0U1_4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,600</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"1du73OsHD\"}} -->\nin a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"RmUbmTCLa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,900</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"XGskcH4Zk\"}} -->\nin a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"otcVSiDU3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong><strong>£7,200</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"l2WlYhck0\"}} -->\nin a double room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-03 16:06:21','2024-01-03 16:06:21','',323,'https://khia.abasa.com/?p=395',0,'revision','',0),(396,1,'2024-01-03 17:22:13','2024-01-03 17:22:13','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"Dkpt-pfQtz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"nazoAfjQH\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUMrah is just the Beginning.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"Cj475O527\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nCreate a positive and permanent shift in your relationship with Allah; if you have sinned and want practical ways to start again– with a clean slate; if you feel that the people whom you love are struggling with their Deen and need a “ping” moment that inspires and motivates a change for life… Then this trip is exactly what you need.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"jiKu3oOx1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nLearn about your Prophet ﷺ\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"zXwzFyHT9Z\",\"hash\":\"GeL5gRaii\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nMany individuals experience an Iman boost after performing Umrah, but the effect is often short-lived. Within a few months, they return to their previous routines, delaying prayers, neglecting the Qur\'an, and losing connection with their Creator.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"8BxK2nRUbC\",\"hash\":\"7WJLvxs-_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA sense of guilt sets in as they realise they had recently visited the Kaaba seeking forgiveness. Without a practical plan or guidance for their return, they end up reverting to their old habits. Umrah should mark the beginning of a transformative journey, not a temporary boost.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"jtHyGDCdg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nThe Emotions of the Prophet ﷺ\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"9d2f1czv-B\",\"props\":{\"isLead\":false},\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFeel the emotions of the Prophet ﷺ and his family and companions. When they laughed, you will laugh. Where they cried, you will cry. This will be like no other journey you have ever experienced In sha’ Allah. You will come away appreciating the sacrifices that the Prophet ﷺ and his companions made for their Lord. You will return as a different person In sha’ Allah.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"sU7L9YZhv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nSpend time with like-minded individuals and families, all with the same goal: to develop a life-lasting relationship with Allah; all while enjoying your trip, discussing, eating, laughing, crying and chillin’ with each other to such a level that you won’t want it to end. Our experience has shown us that many of our guests cry when the tour is drawing to an end.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"1mqIxqQSp\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nA lot of people often make huge plans: that when they go to Makkah and Madinah, they will spend hours on end in the Grand Masjids, dedicating their time in worship.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"1t0_Mbxir\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nWhen you travel with a group, there are many others who also have the same goals as you. We all encourage each other, learn together and help one another. There’s also lots of time to socialise with each other and speak about good things (as well as just chill!).\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"znqOpL34t\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe really spend time to prepare you for your Umrah— even while you’re still at home, before your trip. We present a detailed webinar where we teach you how to get the absolute best out of your Umrah. We want you to make the most of every part of your trip with us.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"VVAoibD3w\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"iFhXpa14k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"ZpBXQpavh\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01.jpg\"},\"position\":{\"x\":40,\"y\":47}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"SP4Q5U_Xej\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nLe Méridien Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"BQQcgZCLJ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the Holy Mosque, 100 metres from the King Abdul Aziz gate, stands Le Méridien Makkah, a gorgeous 5-star hotel with its striking lobby and with a stepped-ceiling exudes an ambiance of famous Arab hospitality.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"P6a5WZXNja\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPullman ZamZam Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"IAd-BboEY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis new 5-star hotel is a few minutes walk to Al-Masjid an-Nabawi, each of the 835 upscale modern rooms and suites is elegantly decorated whether travelling alone or with family, have plenty of room to relax, enjoy and pray.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"t5GnW350K\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01-1.jpg\"},\"position\":{\"x\":53,\"y\":47}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"LZItxygdFf\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"G92j2wSqj\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Umrah Tour is a complete end-to-end service, covering every aspect of your Umrah. All logistics and details are taken care of so you can focus on getting the most out of your Umrah, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"BUaB6Ij7r\"},\"icon\":\"font-awesome/check\"} -->\nReturn international flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"qvkXMJCP7\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"JIFXVrZ_A\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Umrah VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"bvel-Whq5\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via air-conditioned coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Fe_r7XHoi\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"-V7ToREnN\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"JJT5ZViPj\"},\"icon\":\"font-awesome/check\"} -->\nBuffet breakfast in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"j18ukjLBN\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"4ifS8EW2A\"},\"icon\":\"font-awesome/check\"} -->\nBuffet breakfast in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"_PvkyADBj\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual tour guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"reB0CSPsOY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. Seerah Course during Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"5Ff4w49c4\"},\"icon\":\"font-awesome/check\"} -->\nVisit historical places in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"9ezz3jTKN\"},\"icon\":\"font-awesome/check\"} -->\nIman boosting and heart-softening lectures throughout the tour\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"dLly7pUv2\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"CDILGXuJ5\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to the Seerah Museum\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"XXFGAkRRGY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Umrah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"cAd6get-Xq\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Umrah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"VshscSw5g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj & Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"M9W93UjePx\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"YMrGHIuq9\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"BcG43OU1N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n£1,597.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"9STx76La8\"}} -->\n/ pax in a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"5ItrpxnCI\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ £89.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"pKgYWu_Y0V\"}} -->\n/ pax in a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"iGa9hPCtFx\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>172</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"y3T_GvZdlZ\"}} -->\n<strong>/ pax in a double room</strong>\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"sWxPsiPK1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>£350</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"Y36cOSnhT\"}} -->\n/ infant under 2 yrs. old\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Umrah Tour','','publish','closed','closed','','umrah','','','2024-01-04 20:18:23','2024-01-04 20:18:23','',0,'https://khia.abasa.com/?page_id=396',0,'page','',0),(397,1,'2024-01-03 17:22:13','2024-01-03 17:22:13','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"42GS-8mqTV\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Pt_BzuRUW\"},\"icon\":\"font-awesome/check\"} -->\nReturn International Flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"6hO-zNk3P\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"jS_DycJck\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"nWLeNeXGJ\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"FxYW2Z6-Y\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Ty_xXOO4-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via Air-conditioned Coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"buaz2ZMsU\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"5-KCtaHG3\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual Tour Guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2JQ0-TGPc\"},\"icon\":\"font-awesome/check\"} -->\nFull-board Meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"KVmUdfEJ8\"},\"icon\":\"font-awesome/check\"} -->\nVisit to Historic Sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"1AxqwuI25\"},\"icon\":\"font-awesome/check\"} -->\nIman Boosting Lectures: Iman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"mx89Sy-55\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"sLtRSJ2yyH\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Upo9r9BGC\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ei4reiz7kC\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"xtNB8N-8k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"crNOv0U1_4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,600</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"1du73OsHD\"}} -->\nin a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"RmUbmTCLa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,900</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"XGskcH4Zk\"}} -->\nin a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"otcVSiDU3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong><strong>£7,200</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"l2WlYhck0\"}} -->\nin a double room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Umrah Tour','','inherit','closed','closed','','396-revision-v1','','','2024-01-03 17:22:13','2024-01-03 17:22:13','',396,'https://khia.abasa.com/?p=397',0,'revision','',0),(399,1,'2024-01-03 17:29:37','2024-01-03 17:29:37','','01','','inherit','open','closed','','01','','','2024-01-03 17:29:37','2024-01-03 17:29:37','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/01.jpg',0,'attachment','image/jpeg',0),(400,1,'2024-01-03 17:31:01','2024-01-03 17:31:01','','01 (1)','','inherit','open','closed','','01-1','','','2024-01-03 17:31:01','2024-01-03 17:31:01','',0,'http://khia.abasa.com/wp-content/uploads/2024/01/01-1.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wp_posts` VALUES (401,1,'2024-01-03 17:40:35','2024-01-03 17:40:35','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"Dkpt-pfQtz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"nazoAfjQH\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUMrah is just the Beginning.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"Cj475O527\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nCreate a positive and permanent shift in your relationship with Allah; if you have sinned and want practical ways to start again– with a clean slate; if you feel that the people whom you love are struggling with their Deen and need a “ping” moment that inspires and motivates a change for life… Then this trip is exactly what you need.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"CCSo2Gfg6\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"7D0HzpWE3\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nAnyone can arrange your flights, hotels and transport. Doing this well is the bare minimum you should expect from your Umrah provider. But at Radiant Drops, we are on a mission to change your life. If this is not your goal, then our Seerah Umrah Tour is not for you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"jtHyGDCdg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nThe Emotions of the Prophet ﷺ\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"9d2f1czv-B\",\"props\":{\"isLead\":false},\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFeel the emotions of the Prophet ﷺ and his family and companions. When they laughed, you will laugh. Where they cried, you will cry. This will be like no other journey you have ever experienced In sha’ Allah. You will come away appreciating the sacrifices that the Prophet ﷺ and his companions made for their Lord. You will return as a different person In sha’ Allah.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"VVAoibD3w\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"iFhXpa14k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"ZpBXQpavh\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01.jpg\"},\"position\":{\"x\":40,\"y\":47}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"SP4Q5U_Xej\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nLe Méridien Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"BQQcgZCLJ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the Holy Mosque, 100 metres from the King Abdul Aziz gate, stands Le Méridien Makkah, a gorgeous 5-star hotel with its striking lobby and with a stepped-ceiling exudes an ambiance of famous Arab hospitality.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"P6a5WZXNja\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPullman ZamZam Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"IAd-BboEY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis new 5-star hotel is a few minutes walk to Al-Masjid an-Nabawi, each of the 835 upscale modern rooms and suites is elegantly decorated whether travelling alone or with family, have plenty of room to relax, enjoy and pray.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"t5GnW350K\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01-1.jpg\"},\"position\":{\"x\":53,\"y\":47}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Pt_BzuRUW\"},\"icon\":\"font-awesome/check\"} -->\nReturn International Flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"6hO-zNk3P\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"jS_DycJck\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"nWLeNeXGJ\"},\"icon\":\"font-awesome/check\"} -->\n5-star Hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"FxYW2Z6-Y\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"Ty_xXOO4-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via Air-conditioned Coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"buaz2ZMsU\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board Meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"5-KCtaHG3\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual Tour Guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2JQ0-TGPc\"},\"icon\":\"font-awesome/check\"} -->\nFull-board Meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"KVmUdfEJ8\"},\"icon\":\"font-awesome/check\"} -->\nVisit to Historic Sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"1AxqwuI25\"},\"icon\":\"font-awesome/check\"} -->\nIman Boosting Lectures: Iman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"mx89Sy-55\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"sLtRSJ2yyH\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Upo9r9BGC\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"M9W93UjePx\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"YMrGHIuq9\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"BcG43OU1N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n£1,597.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"9STx76La8\"}} -->\n/ pax in a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"5ItrpxnCI\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ £89.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"pKgYWu_Y0V\"}} -->\n/ pax in a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"iGa9hPCtFx\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>172</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"y3T_GvZdlZ\"}} -->\n<strong>/ pax in a double room</strong>\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"sWxPsiPK1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>£350</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"Y36cOSnhT\"}} -->\n/ infant under 2 yrs. old\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Umrah Tour','','inherit','closed','closed','','396-revision-v1','','','2024-01-03 17:40:35','2024-01-03 17:40:35','',396,'https://khia.abasa.com/?p=401',0,'revision','',0),(404,1,'2024-01-04 20:12:25','2024-01-04 20:12:25','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"Dkpt-pfQtz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"nazoAfjQH\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUMrah is just the Beginning.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"Cj475O527\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nCreate a positive and permanent shift in your relationship with Allah; if you have sinned and want practical ways to start again– with a clean slate; if you feel that the people whom you love are struggling with their Deen and need a “ping” moment that inspires and motivates a change for life… Then this trip is exactly what you need.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"jiKu3oOx1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nLearn about your Prophet ﷺ\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"zXwzFyHT9Z\",\"hash\":\"GeL5gRaii\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nMany individuals experience an Iman boost after performing Umrah, but the effect is often short-lived. Within a few months, they return to their previous routines, delaying prayers, neglecting the Qur\'an, and losing connection with their Creator.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"8BxK2nRUbC\",\"hash\":\"7WJLvxs-_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA sense of guilt sets in as they realise they had recently visited the Kaaba seeking forgiveness. Without a practical plan or guidance for their return, they end up reverting to their old habits. Umrah should mark the beginning of a transformative journey, not a temporary boost.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"jtHyGDCdg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nThe Emotions of the Prophet ﷺ\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"9d2f1czv-B\",\"props\":{\"isLead\":false},\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFeel the emotions of the Prophet ﷺ and his family and companions. When they laughed, you will laugh. Where they cried, you will cry. This will be like no other journey you have ever experienced In sha’ Allah. You will come away appreciating the sacrifices that the Prophet ﷺ and his companions made for their Lord. You will return as a different person In sha’ Allah.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"sU7L9YZhv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nSpend time with like-minded individuals and families, all with the same goal: to develop a life-lasting relationship with Allah; all while enjoying your trip, discussing, eating, laughing, crying and chillin’ with each other to such a level that you won’t want it to end. Our experience has shown us that many of our guests cry when the tour is drawing to an end.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"1mqIxqQSp\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nA lot of people often make huge plans: that when they go to Makkah and Madinah, they will spend hours on end in the Grand Masjids, dedicating their time in worship.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"1t0_Mbxir\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nWhen you travel with a group, there are many others who also have the same goals as you. We all encourage each other, learn together and help one another. There’s also lots of time to socialise with each other and speak about good things (as well as just chill!).\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"znqOpL34t\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe really spend time to prepare you for your Umrah— even while you’re still at home, before your trip. We present a detailed webinar where we teach you how to get the absolute best out of your Umrah. We want you to make the most of every part of your trip with us.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"VVAoibD3w\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"iFhXpa14k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"ZpBXQpavh\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01.jpg\"},\"position\":{\"x\":40,\"y\":47}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"SP4Q5U_Xej\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nLe Méridien Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"BQQcgZCLJ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the Holy Mosque, 100 metres from the King Abdul Aziz gate, stands Le Méridien Makkah, a gorgeous 5-star hotel with its striking lobby and with a stepped-ceiling exudes an ambiance of famous Arab hospitality.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"P6a5WZXNja\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPullman ZamZam Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"IAd-BboEY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis new 5-star hotel is a few minutes walk to Al-Masjid an-Nabawi, each of the 835 upscale modern rooms and suites is elegantly decorated whether travelling alone or with family, have plenty of room to relax, enjoy and pray.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"t5GnW350K\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01-1.jpg\"},\"position\":{\"x\":53,\"y\":47}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"LZItxygdFf\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"G92j2wSqj\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Umrah Tour is a complete end-to-end service, covering every aspect of your Umrah. All logistics and details are taken care of so you can focus on getting the most out of your Umrah, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"BUaB6Ij7r\"},\"icon\":\"font-awesome/check\"} -->\nReturn international flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"qvkXMJCP7\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"JIFXVrZ_A\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Umrah VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"bvel-Whq5\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via air-conditioned coaches\n\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Fe_r7XHoi\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"-V7ToREnN\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"JJT5ZViPj\"},\"icon\":\"font-awesome/check\"} -->\nBuffet breakfast in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"j18ukjLBN\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"4ifS8EW2A\"},\"icon\":\"font-awesome/check\"} -->\nBuffet breakfast in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"_PvkyADBj\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual tour guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"reB0CSPsOY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. Seerah Course during Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"5Ff4w49c4\"},\"icon\":\"font-awesome/check\"} -->\nVisit historical places in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"9ezz3jTKN\"},\"icon\":\"font-awesome/check\"} -->\nIman boosting and heart-softening lectures throughout the tour\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"dLly7pUv2\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"CDILGXuJ5\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to the Seerah Museum\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"M9W93UjePx\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"YMrGHIuq9\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"BcG43OU1N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n£1,597.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"9STx76La8\"}} -->\n/ pax in a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"5ItrpxnCI\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ £89.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"pKgYWu_Y0V\"}} -->\n/ pax in a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"iGa9hPCtFx\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>172</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"y3T_GvZdlZ\"}} -->\n<strong>/ pax in a double room</strong>\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"sWxPsiPK1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>£350</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"Y36cOSnhT\"}} -->\n/ infant under 2 yrs. old\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Umrah Tour','','inherit','closed','closed','','396-revision-v1','','','2024-01-04 20:12:25','2024-01-04 20:12:25','',396,'https://khia.abasa.com/?p=404',0,'revision','',0),(406,1,'2024-01-04 20:16:40','2024-01-04 20:16:40','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"yQE6mr0hI\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nA Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"4XojpTjZfs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nA Hajj Tour like no other.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"pkrLqlp_Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nHajj is the ultimate way to return sinless, like the day your mother gave birth to you. It’s the most phenomenal life-changing journey you can make, with the power to transform you in ways you cannot even begin to imagine. Yet how many people actually get the best out of their Hajj? How many people perform Hajj and then quickly fall back into sin?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9-AMUqz7e\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"fGRVR7VFDo\",\"hash\":\"KdqVUl2Tl\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n“<em>Whoever performs Hajj and does not commit any obscenity or evil will return (sinless) like the day his mother gave birth to him.”</em> [Bukhari and Muslim]<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":6,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"C7Hkwsfi_m\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nThe Prophet ﷺ said,\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"tn2K6cmuK\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\n<em>“…an accepted Hajj brings no reward but Paradise.”</em> [Bukhari and Muslim]\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aVyid1LPtwj\",\"hash\":\"a_ZDjAIcY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nWe all know that an accepted Hajj leaves us sinless. Yet how many people perform Hajj and take nothing away from it?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"0d9sTbGD-\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nGreatest Sign of an Accepted Hajj\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"wwc18doA7\",\"props\":{\"isLead\":false}}} -->\nScholars of Islam say that the greatest sign of an accepted Hajj is that the person returns home and remains steadfast and upright. Yet, so many people perform Hajj and have a short-term spiritual boost, then go back to their previous ways.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"g-n_Vr_Ba\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nAt Radiant Drops, we aim to give you detailed preparation — both spiritually and ritually — well before you even step foot on the aeroplane.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"rnT_lLbLS\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nOne of the most important aspects of having your Hajj accepted by Allah is to complete it in the way the Prophet Muhammad ﷺ taught.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"zdOXFNrlX\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nHe ﷺ guided the sahabah at every step of the way, teaching them the rituals of Hajj in the way that Hajj must be performed.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"1bAWYZvdsNd\",\"hash\":\"yJ_gttfEQ\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nThe sahabah preserved this and passed it on to their student, and this was then documented by scholars for generations to come.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"fTyxzgCB85\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nUnfortunately, many people are not sufficiently prepared with the knowledge of how the Prophet ﷺ performed Hajj and thus they contaminate Hajj rites with cultural traditions, some of which are in stark contrast to the way of the Prophet ﷺ and in some cases, are what the Prophet ﷺ himself prohibited!\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"zJIEloOM0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOthers — while well-intention — are often clueless, just copying each other, no one acting on certain knowledge.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"AHeWXV61pE-\",\"hash\":\"mBCvmeQ1Y\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur aim is to ensure you get to perform Hajj in accordance with the Sunnah of the Messenger of Allah ﷺ.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-1),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"3wF7L8Bth\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"42GS-8mqTV\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"9PKkbCiUH\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"tb9DB9YG_\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nSwissotel Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"PFtMWgJT0\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the holy city, Swissotel Al-Maqam Makkah stands tall at the heart of the Muslim world. As part of prominent Abraj Al Bait complex, the hotel faces the holy Kaaba and has direct access to Masjid Al Haram.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"yOV0U-te0\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nElaf Grand Al-Majeedi Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"J1tuzgl41\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nLocated on the square of the Prophet’s Mosque. It has a charming panoramic view of the Prophet’s Mosque near Bab Al-Majidi and the Women’s Gate and is surrounded by shopping centres and shops in the central area.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"Hs4l1iBPN\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/000-1.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"qpp0U07uhe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"JoruBqKQb\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Hajj Tour is a complete end-to-end service, covering every aspect of your Hajj. All logistics and details are taken care of so you can focus on getting the most out of your Hajj, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"2J5GS_8vx\"},\"icon\":\"font-awesome/check\"} -->\nReturn international flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"_QgEKNojn\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"0iGxq4As-\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Hajj VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"XQcFnqFvH\"},\"icon\":\"font-awesome/check\"} -->\nSaudi Arabian Hajj Draft\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Y3W8T65pu\"},\"icon\":\"font-awesome/check\"} -->\nPre-Hajj Seminar\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"g4R5Qkka8\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"sTdWUc8ME\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board meals in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"YxaIavfSp\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"B9aql7ZSf\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board meals in Madinah\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ScGwYdd6-\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via air-conditioned coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"ZdQPQ5Bqi\"},\"icon\":\"font-awesome/check\"} -->\nAziziyah Hotel (before, during, and after) the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"0VqWO3R_B\"},\"icon\":\"font-awesome/check\"} -->\nHalf-board meals in Aziziyah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"_6lfNUwwV\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual tour guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"jW-TWgKdI\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned Tents in Mina and Arafat during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"vpslLKPRH\"},\"icon\":\"font-awesome/check\"} -->\nFull-board meals during the days of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"HjwLY2fZE\"},\"icon\":\"font-awesome/check\"} -->\nVisit to historic sites in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"pu1rpk4dz\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"XFpD6y38SY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. A Clean Slate\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"zQVVAU1KD\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA Clean Slate is our special programme that truly makes your Hajj an experience like no other. Make your hajj life-changing. A Clean Slate aims to help you:\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xPTNmzgvmf\",\"hash\":\"YuGmfAs5Y\"},\"icon\":\"font-awesome/check\"} -->\nPerform a spiritual Hajj in accordance with the teachings of the Prophet ﷺ.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"0c2hncDCY\"},\"icon\":\"font-awesome/check\"} -->\nReturn home as a different person. Giving you the know-how, inspiration and motivation to build a strong and long-lasting relationship with Allah — no matter what your current level is.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"UJ-Oo3Pk6\"},\"icon\":\"font-awesome/check\"} -->\nBe Steadfast. Giving you practical and simple tips with a step-by-step plan on how you can be consistent in your religiosity, while enjoying every minute of it and without having a boring and “funless” life!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"WevNZ6BNd\"},\"icon\":\"font-awesome/check\"} -->\nIman boosting and heart-softening lectures throughout the tour.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"ZtBEE8cWj\"},\"icon\":\"font-awesome/check\"} -->\nShow you what to do when you sin and how you can quickly get back up without dropping down that horrid spiral of low iman.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"E9b1_ncsG\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"Fi2q2YM3o\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to museums and various other historical landmarks\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"-VVDgT7b_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"aobppr7y1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Hajj\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"_ZqBYzOsz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj and Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"ei4reiz7kC\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"xtNB8N-8k\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"crNOv0U1_4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,600</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"1du73OsHD\"}} -->\nin a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"RmUbmTCLa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>£6,900</strong>.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"XGskcH4Zk\"}} -->\nin a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"otcVSiDU3\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong><strong>£7,200</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"l2WlYhck0\"}} -->\nin a double room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Hajj Tour','','inherit','closed','closed','','323-revision-v1','','','2024-01-04 20:16:40','2024-01-04 20:16:40','',323,'https://khia.abasa.com/?p=406',0,'revision','',0),(408,1,'2024-01-04 20:18:23','2024-01-04 20:18:23','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"l92Z2uJ93C\",\"hash\":\"9e3mLRK-Qb\",\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"padding\":{\"top\":{\"value\":188,\"unit\":\"px\"},\"bottom\":{\"value\":90,\"unit\":\"px\"}}},\"inner\":{\"margin\":{\"top\":{\"value\":0}}}}}},\"attrs\":{\"name\":\"Section\"},\"anchor\":\"section\"} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"Ajj5G9Hgl\",\"props\":{\"meta\":{\"isHeader\":true},\"layout\":{\"itemsPerRow\":1,\"equalWidth\":false,\"equalHeight\":true}},\"hash\":\"dtRS-hfzcm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"hash\":\"AJhDapoU1R\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ToI1DP6Vk\",\"props\":{\"level\":2},\"hash\":\"Dkpt-pfQtz\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\nSeerah Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"kf55RCMMp\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}},\"hash\":\"nazoAfjQH\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nUMrah is just the Beginning.\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"DJxzOeloN\",\"hash\":\"Cj475O527\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nCreate a positive and permanent shift in your relationship with Allah; if you have sinned and want practical ways to start again– with a clean slate; if you feel that the people whom you love are struggling with their Deen and need a “ping” moment that inspires and motivates a change for life… Then this trip is exactly what you need.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cfy3LyloICZ\",\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"jiKu3oOx1\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}}},\"anchor\":\"heading\"} -->\nLearn about your Prophet ﷺ\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"zXwzFyHT9Z\",\"hash\":\"GeL5gRaii\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}},\"anchor\":\"paragraph\"} -->\nMany individuals experience an Iman boost after performing Umrah, but the effect is often short-lived. Within a few months, they return to their previous routines, delaying prayers, neglecting the Qur\'an, and losing connection with their Creator.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"8BxK2nRUbC\",\"hash\":\"7WJLvxs-_\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nA sense of guilt sets in as they realise they had recently visited the Kaaba seeking forgiveness. Without a practical plan or guidance for their return, they end up reverting to their old habits. Umrah should mark the beginning of a transformative journey, not a temporary boost.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"GNa9Ci2xwE\",\"hash\":\"-zEFn8Ooz\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":4,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-04-HajjG-01-07-Comp.jpg\",\"id\":197,\"sizeSlug\":\"full\",\"anchor\":\"image\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"UsZYfJ_iVF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nSo many people just don’t know how to get the best out of Hajj and don’t have a practical step-by-step programme that will help them make the change in their lives that they so desperately want.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"gNTLFlOuM\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we designed our entire Hajj Tour Programme in a way that solves this very problem. Our Hajj Packages have been carefully crafted to give you the motivation, strength, willpower and practical bite-sized steps that you can take, so you can return home after Hajj with a Clean Slate (and keep it that way in sha’ Allah).\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"VKA8Ri0Xsk\",\"hash\":\"O3sXTFUGo1\",\"props\":{\"kubioMetadata\":{\"category\":\"about\",\"cloudPresetId\":633}},\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"About\"},\"anchor\":\"about\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":780}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"H4bllqHT-_\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":3},\"media\":{\"tablet\":{\"layout\":{\"horizontalAlign\":\"start\"}},\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"tSxoQQGh1Y\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"GP6SesUlr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"layout\":{\"verticalAlign\":\"center\"}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":45,\"unit\":\"%\"}}}}},\"hash\":\"G9AFoLrmU\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OBRenD9w9M\",\"props\":{\"level\":3},\"hash\":\"jtHyGDCdg\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"textAlign\":\"center\"}}}}} -->\nThe Emotions of the Prophet ﷺ\n<!-- /wp:kubio/heading -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"emzi70Fet\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55,\"unit\":\"%\"}}}}},\"hash\":\"w6bevpNRI\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"wkDMKmICl\",\"hash\":\"9d2f1czv-B\",\"props\":{\"isLead\":false},\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFeel the emotions of the Prophet ﷺ and his family and companions. When they laughed, you will laugh. Where they cried, you will cry. This will be like no other journey you have ever experienced In sha’ Allah. You will come away appreciating the sacrifices that the Prophet ﷺ and his companions made for their Lord. You will return as a different person In sha’ Allah.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"yoLkzMdGeX\",\"hash\":\"SU014o2uq\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\",\"typography\":{\"color\":\"rgba(var(--kubio-color-6-variant-4),1)\"}}}}}} -->\nWe understand that Hajj can potentially be very intimidating and that it’s important to have a guiding hand at each part of the Hajj. We will perform Hajj together, guiding you at every step of the journey, from the day you book to the day you leave the sacred lands.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NFwkomZxSq\",\"hash\":\"Elc2ydTGt\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur programme ensures you have been given strong preparation before and during Hajj, to help get the best out of Hajj both physically and spiritually, and to make sure your Hajj does not become a meaningless set of empty rituals. Moreover, we constantly focus on the post-Hajj change also. Since the greatest sign of an accepted Hajj is the change a person makes upon returning home, we place a huge emphasis on this vital component.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"YzWWIdu5jW\",\"hash\":\"XjNbVM1W2y\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Content\"},\"anchor\":\"content\",\"kubioAI\":{\"meta\":{\"category\":\"content\",\"cloudPresetId\":806}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"M0fhXACQPm\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"M4sOQwSfYc\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"D7xINf14L\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":8,\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-26_20-45-21.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fCfsD0MnVz\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"5sALTYo6BP\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"XfW0PbBCyd\",\"hash\":\"sU7L9YZhv\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nSpend time with like-minded individuals and families, all with the same goal: to develop a life-lasting relationship with Allah; all while enjoying your trip, discussing, eating, laughing, crying and chillin’ with each other to such a level that you won’t want it to end. Our experience has shown us that many of our guests cry when the tour is drawing to an end.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"EGqsc7HCRR\",\"hash\":\"1mqIxqQSp\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nA lot of people often make huge plans: that when they go to Makkah and Madinah, they will spend hours on end in the Grand Masjids, dedicating their time in worship.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"6dsvU9pGHi\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":66.66,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"gnLTG83tXat\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"lr18bQq08yN\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}},\"hash\":\"s0rWIA-7YQz\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"verticalAlign\":\"center\"}}}} -->\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"-VeQKNigHX\",\"hash\":\"1t0_Mbxir\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),1)\"},\"textAlign\":\"justify\"}}},\"props\":{\"isLead\":false}}} -->\nWhen you travel with a group, there are many others who also have the same goals as you. We all encourage each other, learn together and help one another. There’s also lots of time to socialise with each other and speak about good things (as well as just chill!).\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"KW00xDZMR_\",\"hash\":\"znqOpL34t\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe really spend time to prepare you for your Umrah— even while you’re still at home, before your trip. We present a detailed webinar where we teach you how to get the absolute best out of your Umrah. We want you to make the most of every part of your trip with us.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"OK1FQjfts2t\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}},\"hash\":\"WAo-ormpG\",\"style\":{\"descendants\":{\"inner\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}},\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"right\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"},\"left\":{\"width\":{\"value\":8,\"unit\":\"px\"},\"style\":\"solid\",\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/photo_2017-02-25_02-56-33.jpg\"},\"position\":{\"x\":50,\"y\":50}}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"wFrjUkuDPJ\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-02-Home-01-04-Comp.jpg\"},\"position\":{\"x\":50.621558721689276,\"y\":35.42464255019924},\"attachment\":\"scroll\",\"useParallax\":true,\"useFeaturedImage\":false}],\"overlay\":{\"enabled\":false,\"color\":{\"opacity\":0.24}}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"tablet\":{\"background\":{\"image\":[{\"useParallax\":false}]}},\"mobile\":{\"background\":{\"image\":[{\"useParallax\":false}]}}}}}},\"hash\":\"HiYTDKmPQ6\"},\"attrs\":{\"name\":\"Call to action\"},\"anchor\":\"call-to-action\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":106}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"-9dzZn2qOe\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}}},\"hash\":\"fj3SEl4Eg0\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"LCbsbU0JTr\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"15\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"margin\":{\"top\":{\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"rem\"},\"right\":{\"value\":\"5\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"5\",\"unit\":\"rem\"},\"left\":{\"value\":\"5\",\"unit\":\"rem\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"3\",\"unit\":\"rem\"},\"right\":{\"value\":\"3\",\"unit\":\"rem\"},\"bottom\":{\"value\":\"3\",\"unit\":\"rem\"},\"left\":{\"value\":\"3\",\"unit\":\"rem\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"80\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"L-MEjBOmR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"2qA13o33-5\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":\"700\",\"family\":\"Playfair Display\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"OnzcH67ry\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThis Hajj Tour is for you if:\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"RnxloGPJ5gk\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\",\"border\":{\"right\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":1,\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":20,\"unit\":\"px\"},\"bottom\":{\"value\":20,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"flexDirection\":\"row\"}}},\"text\":{\"margin\":{\"left\":{\"value\":15,\"unit\":\"px\"}},\"color\":\"#1e1e1e\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"width\":{\"value\":20,\"unit\":\"px\"},\"height\":{\"value\":20,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"fill\":\"rgba(var(--kubio-color-3),1)\"},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":\"auto\",\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":\"auto\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\",\"media\":{\"tablet\":{\"padding\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"}}}}},\"item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":null},\"media\":{\"tablet\":{\"padding\":{\"right\":null,\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}}}},\"hash\":\"81nIwsP7t\"},\"anchor\":\"icon-list\"} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"q_-7ozJUg\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to come back from Hajj having built a Powerful Relationship with Allah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"YEI5tri9L\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to follow an easy, step-by-step programme on how you can make a permanent change in your life\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"6opxLyUdq\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return home with a deep love of Allah and His Messenger ﷺ\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"dNrcdPRqQ\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to perform Hajj the way the Prophet ﷺ taught\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"KOPTXRORR\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to return from Hajj as a different person with the foundation to make a long-term change for the better\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"ae3VqLao3\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to focus on the purpose of your visit while we take care of everything else\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"n63QZ-aYmpB\",\"hash\":\"vzjfSFrSn\"},\"icon\":\"font-awesome/check\",\"useForAll\":true} -->\nYou want to start your life again with a clean slate\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"dGEnA42m7v1\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-50\",\"unit\":\"%\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80\",\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"60\"}}}}},\"hash\":\"yOWKRd41b1d\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"VVAoibD3w\"},\"attrs\":{\"name\":\"Features\"},\"anchor\":\"features\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"iFhXpa14k\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"iBIt8HiY9Z\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n5-star Hajj Packages\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"szveUM2s3u\"}} -->\n<em>“The transport and the hotels in both Makkah and Madinah wonderful! You really did make our first (of we hope many) trips extremely memorable!”</em> — Ghizala, Shamim, Sanaa and Faraz.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"GplZoj4H7\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"RDs-SKfNO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"KzgO49svS\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 17</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"VXDhqQ_xD\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"cn2rzp0hY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>17 DAYS (JUL 25 - AUG 21 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"oDbnbUWn0\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"E140E5hvD\"},\"icon\":\"font-awesome/check\"} -->\n3 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"zjjogZTIq\",\"hash\":\"FMHx9OwFx\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"phDKASHM3D\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"OardpIQsqy\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"MsybHs7cMV\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 21</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"58L313Q3C\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"b9wb5Syaw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>21 DAYS (JUL 25 - AUG 26 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"YTLFwiog-\"},\"icon\":\"font-awesome/check\"} -->\n6 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"AYmOix7z_\"},\"icon\":\"font-awesome/check\"} -->\n4 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"ZeA49Cvnp\",\"hash\":\"1SFZLgc2M\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"-b2Zwuik7T\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"Fxi4HzB490\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IoeWKduE_\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"PaBJasvOL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>Deluxe 27</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"IQuA6iXYC\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"vUrd84CgK\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n<strong>27 DAYS (JUL 25 - SEP 1 2020)</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"aX_TZncBW5\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"center\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ElJtmsLq\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"MnAGuWVG6f\",\"hash\":\"Qzw_wyZXF\"},\"icon\":\"font-awesome/check\"} -->\n2 Days at Aziziyah before Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"Z9JJK2Pyte\",\"hash\":\"_WjQQw3sE\"},\"icon\":\"font-awesome/check\"} -->\nDays of Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"bA2-_CtN3\"},\"icon\":\"font-awesome/check\"} -->\nAir-conditioned tents in Mina and Arafat\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"HuuG6Jy-c\"},\"icon\":\"font-awesome/check\"} -->\n1-2 Days at Aziziyah after Hajj\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"c3blJaUHX\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Makkah Hotel\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"NZHcfN1EMS\",\"hash\":\"xa1eP5YeU\"},\"icon\":\"font-awesome/check\"} -->\n8 Days at Partnered Madina Hotel\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n\n<!-- wp:kubio/spacer {\"kubio\":{\"styleRef\":\"7uQWc2OI9\",\"hash\":\"07L2bGA_P\",\"style\":{\"descendants\":{\"container\":{\"height\":{\"value\":10,\"unit\":\"px\"}}}}}} /-->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"KhZp7LMIWk\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nReserve now\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"2CAPZ6WCRH\",\"hash\":\"HPhgBwedeP\",\"style\":{\"descendants\":{\"outer\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Portfolio\"},\"anchor\":\"portfolio\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":763}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"aR6PoXeFhI\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"1m72FHh7L\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),0)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"9n9y_ksJA_\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"3hBCerbh_2\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"bXGob5Lh6\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"IVRPXC9hZK\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}}}}}},\"hash\":\"ZpBXQpavh\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01.jpg\"},\"position\":{\"x\":40,\"y\":47}}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"mMo8leNA4D6\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":-100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"},\"left\":{\"value\":\"\",\"unit\":\"%\"},\"right\":{\"value\":\"\",\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"spread\":\"2\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}}}}}},\"hash\":\"FS0QeaYUp\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"fKnZ6BpLn\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"ZD7UfYXCm\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMakkah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"SP4Q5U_Xej\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nLe Méridien Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"BQQcgZCLJ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOverlooking the Holy Mosque, 100 metres from the King Abdul Aziz gate, stands Le Méridien Makkah, a gorgeous 5-star hotel with its striking lobby and with a stepped-ceiling exudes an ambiance of famous Arab hospitality.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"1gBa7Eyf8\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"efeNWIENtT3\",\"props\":{\"layout\":{\"verticalInnerGap\":0}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"jPs-NX6l2qS\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"__C0L4wM9n\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":0}},\"hash\":\"EAlHCWG_V\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"4RJFdqMgF8o\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":12,\"unit\":\"%\"},\"bottom\":{\"value\":12,\"unit\":\"%\"},\"left\":{\"value\":12,\"unit\":\"%\"},\"right\":{\"value\":12,\"unit\":\"%\"}},\"textAlign\":\"left\",\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\",\"media\":{\"mobile\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}},\"margin\":{\"top\":{\"value\":5,\"unit\":\"%\"},\"bottom\":{\"value\":5,\"unit\":\"%\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"19\",\"blur\":\"38\",\"color\":\"rgba(var(--kubio-color-6),0.16)\"}]}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":60,\"unit\":\"%\"}}},\"mobile\":{\"order\":2}}}}},\"hash\":\"nlOktZnh0\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"ahUFYPpyoA8\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"mrFizLEtL\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"font-awesome/bed\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"ybS6hUjCO\",\"props\":{\"level\":5,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"9A6qsb5z6g\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"transform\":\"uppercase\"}}}}}} -->\nMadinah Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"cTldjdX4j2q\",\"props\":{\"level\":2,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"P6a5WZXNja\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}}}} -->\nPullman ZamZam Hotel\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"QK2vGWdG7vT\",\"hash\":\"IAd-BboEY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThis new 5-star hotel is a few minutes walk to Al-Masjid an-Nabawi, each of the 835 upscale modern rooms and suites is elegantly decorated whether travelling alone or with family, have plenty of room to relax, enjoy and pray.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"WkTAodJnyE\",\"hash\":\"wV8qOORLnP\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"MC-fRJ78IO\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),0)\"},\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"Q_hYMKlYhD\"},\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nView more\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-lCiK0UbL51\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":30,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":40,\"unit\":\"%\"}}},\"mobile\":{\"order\":1}}}}},\"hash\":\"t5GnW350K\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":600,\"unit\":\"px\"}},\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/01-1.jpg\"},\"position\":{\"x\":53,\"y\":47}}]},\"media\":{\"tablet\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":700,\"unit\":\"px\"}}},\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":400,\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"verticalInnerGap\":0}}}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"EK-ADebsfG\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"testimonials\",\"cloudPresetId\":149}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"xr-Hc_KBf\"},\"attrs\":{\"name\":\"Testimonials\"},\"anchor\":\"testimonials\",\"kubioAI\":{\"meta\":{\"category\":\"testimonials\",\"cloudPresetId\":769}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"ZSDkrvhCkh\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"fpltaDi7ss\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"t690KWXhfd\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"LnEths9Dzt\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OERvLZpbsZ\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"8kFr9LmB8\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nNot Just Hajj Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"sHabDV0AeN\",\"props\":{\"isLead\":true},\"hash\":\"RIfnpCkzd\"}} -->\nA Clean Slate is not just another Hajj Package. Many tours focus only on the logistics (hotels, transport, etc.) of Hajj. This is the bare minimum that should be expected from a Hajj operator.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eauzVtfu_2e\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"QH6nEI_AzIK\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"qlXjmBSpsRk\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"jaVuBoK6N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"cvNCr54sXu\",\"props\":{\"type\":\"normal\"},\"hash\":\"Wp-YvW7g-\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe crafted this tour around a solid programme, throughout with one focus in mind: to return as different people. We see so many people go to perform Hajj but then return and go back to their previous routines and ways, without making significant changes in their lives.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"OUKic_obkE\",\"hash\":\"OQdxw_QDZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nYou make a positive and long term change in your life after Hajj. And that is what we focus on throughout the tour.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"T8az43d0nvV\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"z2EV-sDY3m\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3AJka2XQl-\",\"props\":{\"type\":\"normal\"},\"hash\":\"YcA7rJbbRF\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWe have spent years perfecting our programme which has one aim: performing a Hajj that is accepted by Allah and building a Powerful and long-lasting relationship with Allah.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"9FqYIZ8gcJ\",\"hash\":\"qupP_WAIZ\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nBeing able to pray on time with concentration and meaning; longing for the next prayer, instead of it being a chore. How would it feel if you could yearn to read the Qur’an, with the Words of Allah having a powerful impact on your life?\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"aRFVPa2o0C7\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":\"10\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"zcsoe6pPfWr\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"Jdj1yzbNVCR\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":\"24\",\"unit\":\"px\"},\"height\":{\"value\":\"24\",\"unit\":\"px\"}}}},\"hash\":\"kYhGeLNn7k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} /-->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"L6r2R09RoW\",\"props\":{\"type\":\"normal\"},\"hash\":\"0HlLqj_ZuY\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nWouldn’t it be amazing to slot into your life some easy daily habits that build your home in Jannah?\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"NaRSOr10iq\",\"hash\":\"Lmna7a8ah\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nThroughout this tour, you will learn practical and easy-to-follow steps to make these things a reality; all while performing a Hajj that is life-changing. A few footsteps away from Al-Masjid Al-Haram in Makkah, it is the perfect place for you to spend your time in the Sacred City.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"LZItxygdFf\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n1. The Umrah Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"G92j2wSqj\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nOur Umrah Tour is a complete end-to-end service, covering every aspect of your Umrah. All logistics and details are taken care of so you can focus on getting the most out of your Umrah, including:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"TBbCNMWlji\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":true},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1}},\"mobile\":{\"layout\":{\"verticalGap\":3,\"horizontalGap\":3}}}},\"hash\":\"Ab1CQgsMSMD\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"WgMZyha9JL\",\"hash\":\"gA3OKjlsXN_\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\"}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":2},\"mobile\":{\"order\":2}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"pXAIgfEnm\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"BUaB6Ij7r\"},\"icon\":\"font-awesome/check\"} -->\nReturn international flights\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ymYlb00X2G\",\"hash\":\"qvkXMJCP7\"},\"icon\":\"font-awesome/check\"} -->\nATOL Protection Security for your Package\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"JIFXVrZ_A\"},\"icon\":\"font-awesome/check\"} -->\nAcquisition of Umrah VISA\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"bvel-Whq5\"},\"icon\":\"font-awesome/check\"} -->\nTransportation via air-conditioned coaches\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"CZx5pqf-fj\",\"hash\":\"Fe_r7XHoi\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"ypk7J0umUh\",\"hash\":\"ruq9xAKk1hH\",\"style\":{\"descendants\":{\"inner\":{\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"tablet\":{\"order\":1},\"mobile\":{\"order\":1}}}}}}} -->\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"t7bb5ttYQ7\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"6ODnNgDHiJ\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"-V7ToREnN\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"JJT5ZViPj\"},\"icon\":\"font-awesome/check\"} -->\nBuffet breakfast in Makkah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"j18ukjLBN\"},\"icon\":\"font-awesome/check\"} -->\n5-star hotel in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"4ifS8EW2A\"},\"icon\":\"font-awesome/check\"} -->\nBuffet breakfast in Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"LOrT7wgNqZ\",\"hash\":\"_PvkyADBj\"},\"icon\":\"font-awesome/check\"} -->\nMultilingual tour guides with years of experience\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"reB0CSPsOY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n2. Seerah Course during Tour\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"xUzK0LSz7-\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"9rlHO3f-T\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"ib4zV08nn2\",\"hash\":\"5Ff4w49c4\"},\"icon\":\"font-awesome/check\"} -->\nVisit historical places in Makkah and Madinah\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"9ezz3jTKN\"},\"icon\":\"font-awesome/check\"} -->\nIman boosting and heart-softening lectures throughout the tour\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"dLly7pUv2\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits and detailed lectures at each place\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"CDILGXuJ5\"},\"icon\":\"font-awesome/check\"} -->\nGuided visits to the Seerah Museum\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"UNR070veW4\",\"hash\":\"NOIWWyNyP\"},\"icon\":\"font-awesome/check\"} -->\nReligious Guide: Sheikh Abu Abdissalam\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"8GGkEnafNw\",\"hash\":\"YFj8B-lSh7\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"}}}}}},\"attrs\":{\"name\":\"Portfolio 1\"},\"anchor\":\"portfolio-1\",\"kubioAI\":{\"meta\":{\"category\":\"portfolio\",\"cloudPresetId\":709}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"7zU8QbIvQB\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"KQPR22QY4\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"zyEnEVzRNp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":94.04,\"unit\":\"%\"}}}}},\"hash\":\"3zpacLVFR\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Fa4UqUA-4\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"aub-Ayjv0\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nWhat\'s Included?\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"qtoVnt9j-\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"hash\":\"jK6NwRD3W\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n3. Other Bonuses\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"BjYAl_6fXn\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nJoin our “A Clean Slate” Hajj Tour and get another 6 Bonuses worth £1,047 for FREE! You will get an exclusive Radiant Drops Membership Area and a private Facebook group. In the Facebook group, you get to ask questions related to Hajj as well as general questions about Islam. Inside Members Area, you will get access to the following bonuses:\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"c89QFRIV1p\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"obNwkf5I0\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"kxeStrwRe\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-01-Compressed.jpg\",\"id\":383,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"TJZVs_MYJ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 1 Value of £297\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"XXFGAkRRGY\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nThe Ultimate Umrah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"f9BhdLCYt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a live seminar in London on How to Get the Best out of Hajj.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"9oLbupLKl\"},\"icon\":\"font-awesome/check\"} -->\nLearn step-by-step How to Perform Hajj with our online video course.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"BRMclOrLH\"},\"icon\":\"font-awesome/check\"} -->\nSave this simple and easy-to-follow PDF guide on your phone to make sure you have instant access to How to Perform Hajj (especially good if it’s your first time and a great revision aid for those who have performed Hajj before).\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"ZN8H6-hxs\"},\"icon\":\"font-awesome/check\"} -->\nKnow the Top 10 Things to Do WHILE on Hajj with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"QjijYS-6k\"},\"icon\":\"font-awesome/check\"} -->\nPre-Umrah PEP talk with Sheikh Abu Abdissalam in Makkah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"WQhSb8SJ1\"},\"icon\":\"font-awesome/check\"} -->\nSo many people have no idea how to get the best out of their Hajj Trip!\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"pQvQB_d9O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-02-Compressed.jpg\",\"id\":384,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"9xYpxYRHl\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 2 Value of £147\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"cAd6get-Xq\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nHealth Precautions for Umrah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"cUeNGkKogq\",\"hash\":\"K97kytYWc\"},\"icon\":\"font-awesome/check\"} -->\nOnline Course: Find out what the Main Health Precautions are for those who travel to Makkah and Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"xy72RlH0gm\",\"hash\":\"VuGnuDuC6\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Things to Do BEFORE Your Trip: What are the things that you should do before you leave your home country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xjqegCPxH\"},\"icon\":\"font-awesome/check\"} -->\nKey Health Considerations: How do you avoid dehydration? What should you do on the aeroplane? What are the main steps to take to avoid all the common health problems that so many pilgrims face?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"8EcUhdGqk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-03-Compressed.jpg\",\"id\":385,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"WGX4El5cG\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 3 Value of £209\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"W5QUAF8DLu\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nEssential Arabic Words\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"VJMyVPlA4\"},\"icon\":\"font-awesome/check\"} -->\nQuickly get up and running with the Bare Basics of Arabic in 15 days so you can get by in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"FLBW6Voh1\"},\"icon\":\"font-awesome/check\"} -->\nFast-track Arabic Course: Focus on speedily learning the most common words needed to survive in an Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"laVqYwtMj\"},\"icon\":\"font-awesome/check\"} -->\nUse the 80/20 rule to memorise a few words but get maximum results.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Hf6d1oqCF\"},\"icon\":\"font-awesome/check\"} -->\nIn 15 days, you will get instant access to 15 lessons teaching you the Bare Basics of Arabic from accommodation to travelling to emergencies to shopping and much more!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"KUGzPhmNF\"},\"icon\":\"font-awesome/check\"} -->\nYou will get instant online access to the videos, audios (for listening on your phone, in the car or bus), and a PDF book with all the words in it to help you memorise the words FAST!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"hU-y2jVcg\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Ip7j2hLiF\"},\"icon\":\"font-awesome/check\"} -->\nAn Arabic Survival Kit: Can you imagine what your life will be like when you have the ability to survive in any Arab country with the basics of Arabic so you’re not lost, without a clue about what to say?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"xqAyif93T\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-04-Compressed.jpg\",\"id\":386,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"M6uHbGiGa\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 4 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"4mU_LwoSw\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPerform Salat Al-Janazah\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"NqwrFkXSU\"},\"icon\":\"font-awesome/check\"} -->\nThere is a Funeral (Janazah) after almost every obligatory prayer in Makkah and in Madinah.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"L_8MFo_HB\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to show you How to Perform the Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"SdRAcWtAi\"},\"icon\":\"font-awesome/check\"} -->\nHow to: How many Takbirs? What are the Duas that need to be recited and in which order? What if the deceased is a child?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"RuDZAhVnp\"},\"icon\":\"font-awesome/check\"} -->\nLate? What should I do if I’m late and miss a Takbir or two?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"dnc85Bjkt\"},\"icon\":\"font-awesome/check\"} -->\nComes with a PDF book which you can view on your phone to revise the Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"n835PZYc8\"},\"icon\":\"font-awesome/check\"} -->\nTop Words Only: We don’t give you too many words so you give up! We only focus on the top words you’ll need when you go to any Arab country.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"PBdc8lQE8\"},\"icon\":\"font-awesome/check\"} -->\nComes with the audio which will help you to memorise the Duas for Janazah Prayer.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"72iPvaQ5O9R\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"w3FQO7XHz\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"BNE_g3eI6rk\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"RAR0-QPLs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-05-Compressed.jpg\",\"id\":387,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"swu_eSQgdF\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 5 Value of £97\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"hLGopwaka\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecrets of Dua\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"-CxXdVygA\"},\"icon\":\"font-awesome/check\"} -->\nComes with online training videos to Get the Best of Performing Dua and what better time to learn this than before you go for Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"6voGjL3mi\"},\"icon\":\"font-awesome/check\"} -->\nMake your Hajj special with real meaningful Duas straight from the heart!\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"e_rt7P5y2\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the Etiquettes of Dua.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"xaMTum9dG\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn about the Top 7 Things that Makes Your Dua More Likely to be accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"CQk_EMQiq\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn the 5 Best Times When Dua is accepted.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"lefZnHg9G\"},\"icon\":\"font-awesome/check\"} -->\nYou will learn Powerful Duas straight from the Quran and Sunnah with our PDF book.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YGcmWavsR\"},\"icon\":\"font-awesome/check\"} -->\nThe Top Tips on what you should make Dua for: Many people run out of things to make Dua for after a few minutes of supplicating. In this course, you’ll discover a technique that will help you be able to make Dua for a long time without getting bored.\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"-bfq0g7byLi\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"_yqkhxbRg2s\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"O0T9UgkMn3O\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"10\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgb(0,0,0)\",\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":100,\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"yLOkHdk8O\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2024/01/HAU-Bonus-06-Compressed.jpg\",\"id\":388,\"sizeSlug\":\"full\"} /-->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"Z6mHiBV5d\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"x1HeppnoQ\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nBonus 6 Value of £197\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"FKMmGyxWgz9\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"center\"}}},\"hash\":\"VshscSw5g\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPost-Hajj & Umrah Blueprint\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/iconlist {\"kubio\":{\"styleRef\":\"IKrLrFK5S1\",\"props\":{\"listLayout\":\"vertical\",\"listDivider\":false,\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome/check\",\"type\":\"svg\",\"id\":0.5295691579821964}]},\"style\":{\"descendants\":{\"outer\":{\"justifyContent\":\"flex-start\",\"alignContent\":\"flex-start\",\"flexDirection\":\"column\"},\"text\":{\"margin\":{\"left\":{\"value\":\"10\"}},\"color\":\"rgba(var(--kubio-color-6),1)\",\"alignItems\":\"center\"},\"text-wrapper\":{\"padding\":{\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"alignItems\":\"flex-start\"},\"icon\":{\"fill\":\"rgba(var(--kubio-color-1),1)\",\"width\":{\"value\":\"16\",\"unit\":\"px\"},\"height\":{\"value\":\"16\",\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":100,\"unit\":\"%\"},\"height\":{\"value\":0,\"unit\":\"%\"},\"border\":{\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(0,0,0)\",\"width\":{\"value\":1,\"unit\":\"px\"}},\"top\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":0,\"unit\":\"px\"}}},\"margin\":{\"left\":{\"value\":0,\"unit\":\"px\"}}},\"divider-wrapper\":{\"width\":{\"value\":100,\"unit\":\"%\"},\"padding\":{\"bottom\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":10,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}},\"height\":\"auto\",\"alignItems\":\"center\"}}},\"hash\":\"3j512JxNZ7\"}} -->\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"Z1yFqoGte\"},\"icon\":\"font-awesome/check\"} -->\nPost-Hajj Live Online Training Coaching Call: Keep the Hajj momentum going with our live coaching call a few weeks after the Hajj trip.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"YM7RA8MvF\"},\"icon\":\"font-awesome/check\"} -->\nThe Top 10 Things to Do AFTER Your Hajj Trip: How can you maximise the spiritual gains you made during Hajj?\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"V0pvSYwAs\"},\"icon\":\"font-awesome/check\"} -->\nBack to the Grind: How to ensure you stay with the iman-high, even when you’re back in your daily routines.\n<!-- /wp:kubio/iconlistitem -->\n\n<!-- wp:kubio/iconlistitem {\"kubio\":{\"styleRef\":\"uolCOtq2OH\",\"hash\":\"LlTOt_KZZ\"},\"icon\":\"font-awesome/check\"} -->\nPost-Sin (Practical Steps): How to pick yourself back up when you sin (we all sin and even though we make a firm resolution not to return to sin, as humans it is inevitable that we do fall into sin). So, what should we do when we fall into sin?\n<!-- /wp:kubio/iconlistitem -->\n<!-- /wp:kubio/iconlist -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"o_olo6akPXe\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":true,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":90,\"unit\":\"px\"}}}}},\"hash\":\"M9W93UjePx\"},\"attrs\":{\"name\":\"Features 1\"},\"anchor\":\"features-1\",\"kubioAI\":{\"meta\":{\"category\":\"features\",\"cloudPresetId\":37}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"0nhS0inw7tD\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}}},\"meta\":{\"isHeader\":true}},\"hash\":\"qfqh0T0RS-6\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"2SfGxc7KSXW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":\"inherit\",\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":80}}}}},\"hash\":\"lLlUDA1YC_a\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"QA5s5FHAnJm\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":2},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"3Kjw2pwH_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nReserve Your Place\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"xmxkDg0KLWa\",\"props\":{\"isLead\":true},\"hash\":\"QVPLFJx1uv\"}} -->\nReserve your place now and get the bonuses worth £1,047 for FREE!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"oSA11it7ME9\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":3,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2}},\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"hash\":\"OvTXpx6vE\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"y_-2QxitePV\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"1ijq_vmC-k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage one\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"ACELrwHPk\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 17\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"e27FoTJE9\"}} -->\n17 Days (Jul 25 - Aug 21 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"4BlqY3b3Btt\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"1aMmBj13JlN\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"hash\":\"fjT1pMo4Fs\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"L3TznHBHadE\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"8WP6He8aek\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Two\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"GyJISopIyi\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 21\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"9sS4D2Wm8\"}} -->\n21 Days (Jul 25 - Aug 26 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"0-1K_hn4IaM\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"N4r5_UYenD\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"vXaawJLpnza\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":3,\"horizontalInnerGap\":3},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"y\":\"19\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MQujwgv303d\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"OpcvDB1Su\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":6},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"uppercase\",\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"pW6OsOOk4K\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nPackage Three\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"X_V11bDY7Fe\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"transform\":\"none\",\"color\":\"rgba(var(--kubio-color-2),1)\"}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"yoRzxku6_i\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nDeluxe 27\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"aZFRyMwxc\",\"hash\":\"g8Xop1FVW\"}} -->\n27 Days (Jul 25 - Sep 01 2020)<br>\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"5jjb6m6Klhf\",\"hash\":\"EPiXWZm4nkv\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"before\",\"showIcon\":false,\"buttonSize\":\"large\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":300,\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-2),1)\",\"family\":\"IBM Plex Sans Condensed\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"}},\"background\":{\"color\":\"rgba(var(--kubio-color-2),0)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"textAlign\":\"center\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(var(--kubio-color-6),1)\"}]},\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"styleRef\":\"1aMmBj13JlN\",\"hash\":\"mORCGd0wV_\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/star\"}} -->\nget started\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"9ovCPH1mZs\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"},\"kubioMetadata\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false},\"background\":{\"color\":\"\"},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}}},\"inner\":{\"margin\":{\"top\":{\"value\":-150,\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":0}}},\"mobile\":{\"margin\":{\"top\":{\"value\":0}}}}}}},\"hash\":\"VJn5mlqW3\"},\"attrs\":{\"name\":\"Hero accent\"},\"anchor\":\"hero-accent\",\"kubioAI\":{\"meta\":{\"category\":\"hero-accent\",\"cloudPresetId\":4}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"DO-uVbDY1b\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":true,\"equalHeight\":true,\"itemsPerRow\":4,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"descendants\":{\"container\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"y\":\"10\",\"blur\":\"20\",\"spread\":\"0\",\"x\":\"0\",\"inset\":\"\"}]},\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"hash\":\"YMrGHIuq9\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"GN6EcUO5MU\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"5Ts23ANXc\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"fBtuCPR_I\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"gA425L68k\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/hotel\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"S7nUwf08v\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"BcG43OU1N\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n£1,597.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"9STx76La8\"}} -->\n/ pax in a quad room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"sIZrp1kfnNM\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"OnpjNc7sjx\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"jiNQRBFDYM\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"0A9-R8MK6\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"n5SiAMWbpF\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"5ItrpxnCI\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ £89.00\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"pKgYWu_Y0V\"}} -->\n/ pax in a triple room\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"iGa9hPCtFx\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>172</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"y3T_GvZdlZ\"}} -->\n<strong>/ pax in a double room</strong>\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"B_3I3xivGh\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}},\"tablet\":{\"layout\":{\"verticalInnerGap\":3,\"horizontalInnerGap\":3}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"background\":{\"color\":\"\"}}}},\"container\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}},\"hash\":\"MhSAN2cYdRK\"}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"2WQel_wH07\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"outerGapLinked\":false}},\"tablet\":{\"layout\":{\"itemsPerRow\":1}}}},\"hash\":\"evmyybRWfT\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"giJJ9pzd5a\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":\"inherit\"},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"textAlign\":\"left\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"30\"}}}}},\"hash\":\"PH0tOxrRmZ\"}} -->\n<!-- wp:kubio/icon {\"kubio\":{\"styleRef\":\"0X67JJwFvr_\",\"props\":{\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"inner\":{\"fill\":\"rgba(var(--kubio-color-5),1)\",\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\",\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"rgba(var(--kubio-color-5),1)\"}},\"padding\":{\"top\":{\"value\":\"11\"},\"left\":{\"value\":\"11\"},\"right\":{\"value\":\"11\"},\"bottom\":{\"value\":\"11\"}},\"media\":{\"tablet\":{\"width\":{\"value\":\"50\"},\"height\":{\"value\":\"50\"}}},\"size\":{\"value\":40,\"unit\":\"px\"}}}},\"hash\":\"vGasFpxH4\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"name\":\"icons8-line-awesome/bed\"} /-->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"K57d5ey1kIp\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"vSpace\":{\"value\":5,\"unit\":\"px\"},\"verticalAlign\":\"start\",\"verticalInnerGap\":2,\"horizontalInnerGap\":0},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"100\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"70\"}}}}},\"hash\":\"15_7yKNkQO\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"JJ8H-hLaR10\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":4},\"style\":{\"descendants\":{\"text\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}}}},\"hash\":\"sWxPsiPK1\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\n+ <strong><strong>£350</strong>.00</strong>\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"3wArdByAaqE\",\"props\":{\"type\":\"normal\"},\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-5),1)\",\"lineHeight\":{\"value\":1.5,\"unit\":\"\"}}}}},\"hash\":\"Y36cOSnhT\"}} -->\n/ infant under 2 yrs. old\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"M9B_6tx5lv\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}},\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"qrHCWCQLmu\"},\"attrs\":{\"name\":\"About 1\"},\"anchor\":\"about-1\",\"kubioAI\":{\"meta\":{\"category\":\"about\",\"cloudPresetId\":14}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"94gIND6hta\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"outerGapLinked\":false}}}},\"hash\":\"fM7cys65Ot\"}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"k-CCMp8407\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\",\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"container\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":66.66}}}}},\"hash\":\"S4OI54wFB\"}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"mef2sTEdfx\",\"props\":{\"fancy\":{\"fancyWord\":\"awesome\",\"fancyRotatingWords\":\"beautiful\\namazing\\nimpressive\",\"typeStyle\":\"none\",\"typeShape\":\"curly\",\"typeAnimation\":\"rotate-1\",\"bringToFront\":false,\"useRoundedEdges\":false,\"animationDuration\":{\"value\":\"1\",\"unit\":\"s\"},\"type\":{\"animationDuration\":{\"in\":{\"value\":\"0.1\",\"unit\":\"s\"},\"out\":{\"value\":\"0.1\",\"unit\":\"s\"}}}},\"level\":3},\"style\":{\"descendants\":{\"svgShape\":{\"stroke\":{\"width\":{\"value\":\"8\",\"unit\":\"px\"},\"color\":\"#000000\"}},\"text\":{\"textAlign\":\"left\",\"typography\":{\"color\":\"rgba(var(--kubio-color-1),1)\"}}}},\"hash\":\"xWDXwD4YC\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}} -->\nSecurity and Peace of Mind\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"7kdyDDo-l\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nAt Radiant Drops, we hold an ATOL (Air Travel Organisers License) so your financial security is assured, In sha’ Allah. Moreover, with years of experience in organising Hajj and Umrah for our guests we can pass over this experience to you to make your trip that little bit more enjoyable.\n<!-- /wp:kubio/text -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"0OOjW6zjny\",\"hash\":\"Xr225uTof\",\"style\":{\"descendants\":{\"text\":{\"textAlign\":\"justify\"}}}}} -->\nFor example, we can tell you the least crowded times to perform tawaf or the best times to visit Baqee. Even simple things like where you can get lunch can save you an hour walking around in the heat in Makkah and Madinah!\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"fQw-s07POlW\",\"props\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"verticalAlign\":\"center\",\"verticalInnerGap\":2,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2}}},\"internal\":{\"heroSection\":{\"type\":null}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"center\",\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":33.33}}}}},\"hash\":\"RkcijXVbzZ\"}} -->\n<!-- wp:kubio/image {\"kubio\":{\"styleRef\":\"m6hkc2OXSRO\",\"props\":{\"useCustomDimensions\":false,\"overlay\":false,\"frame\":{\"type\":\"background\",\"showFrameShadow\":false,\"showFrameOverImage\":false,\"enabled\":false},\"media\":{\"mobile\":{\"frame\":{\"enabled\":false}}}},\"style\":{\"descendants\":{\"image\":{\"opacity\":{\"value\":\"1\",\"unit\":\"%\"},\"maxHeight\":{\"unit\":\"px\",\"value\":\"\"},\"maxWidth\":{\"unit\":\"px\",\"value\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}},\"caption\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"}}},\"frameImage\":{\"zIndex\":-1,\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\",\"unit\":\"%\"}},{\"axis\":\"y\",\"value\":{\"value\":\"-5\",\"unit\":\"%\"}},{\"axis\":\"z\"}]},\"backgroundColor\":\"rgba(var(--kubio-color-2),1)\",\"height\":{\"value\":\"100\",\"unit\":\"%\"},\"width\":{\"value\":\"100\",\"unit\":\"%\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\",\"width\":{\"value\":10,\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":\"5\"}},{\"axis\":\"y\"},{\"axis\":\"z\"}]}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}}}}},\"hash\":\"k0wKSSjCz\"},\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"url\":\"https://khia.abasa.com/wp-content/uploads/2023/12/2023-HAU-01-Logo-09-01-Comp-300x300.png\",\"id\":279,\"sizeSlug\":\"medium\"} /-->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->\n\n<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"Ee-NtXzGkz\",\"hash\":\"1PwO-vHkOF\",\"style\":{\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":0}}},\"outer\":{\"padding\":{\"top\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"width\":\"full-width\"}},\"attrs\":{\"name\":\"Call to action 1\"},\"anchor\":\"call-to-action-1\",\"kubioAI\":{\"meta\":{\"category\":\"cta\",\"cloudPresetId\":726}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"QR47vPyiSi\",\"props\":{\"layout\":{\"equalHeight\":true,\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0}},\"hash\":\"iVd5Z_TYzm\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"407T79Phhi\",\"style\":{\"descendants\":{\"inner\":{\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":100,\"unit\":\"px\"}},{\"axis\":\"z\"}]},\"z-index\":\"1\"}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":1200,\"unit\":\"px\"}}}}},\"hash\":\"3xaqoOnmC3\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\"}}}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"eI_W-OPj9e\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"custom\":[{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}],\"equalHeight\":true,\"equalWidth\":false,\"verticalGap\":3,\"horizontalGap\":3,\"horizontalInnerGap\":2},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":3}}}},\"hash\":\"MaAiprWeZt\",\"style\":{\"descendants\":{\"container\":{\"background\":{\"color\":\"rgba(var(--kubio-color-5),1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":6,\"unit\":\"px\"},\"right\":{\"value\":6,\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"right\":{\"value\":6,\"unit\":\"px\"},\"left\":{\"value\":6,\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.16)\",\"blur\":\"38\",\"spread\":\"0\",\"x\":\"0\",\"y\":\"19\",\"inset\":\"\"}]},\"media\":{\"mobile\":{\"margin\":{\"right\":{\"value\":15,\"unit\":\"px\"},\"left\":{\"value\":15,\"unit\":\"px\"}}}}}}}}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"yzKqdHiQ9_\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":70,\"unit\":\"%\"}}}}},\"hash\":\"d-fKoyKM22\",\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"horizontalInnerGap\":\"inherit\",\"verticalInnerGap\":\"inherit\",\"vSpace\":{\"value\":5,\"unit\":\"px\"}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/heading {\"kubio\":{\"styleRef\":\"MbsK5ZojG3G\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"weight\":800,\"color\":\"rgba(var(--kubio-color-6),1)\"},\"media\":{\"tablet\":{\"typography\":{\"size\":{\"value\":2,\"unit\":\"em\"}}}}}}},\"props\":{\"level\":3,\"fancy\":{\"fancyRotatingWords\":\"awesome\\namazing\\nimpressive\"}},\"hash\":\"IxusOsbSM\"}} -->\nGet in touch with us!\n<!-- /wp:kubio/heading -->\n\n<!-- wp:kubio/text {\"kubio\":{\"styleRef\":\"T3S7dCn6dyw\",\"hash\":\"STq0gd0Wl\",\"style\":{\"descendants\":{\"text\":{\"typography\":{\"color\":\"rgba(var(--kubio-color-6),0.7)\"}}}},\"props\":{\"isLead\":false}}} -->\nContact us for a detailed explanation of our tour or send us a message and we’ll call you.\n<!-- /wp:kubio/text -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tZmXliReRKp\",\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":30,\"unit\":\"%\"}}}}},\"hash\":\"d3-B_t7QrBv\",\"props\":{\"layout\":{\"verticalAlign\":\"center\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":1,\"verticalInnerGap\":1}}}},\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"right\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}}}}}} -->\n<!-- wp:kubio/buttongroup {\"kubio\":{\"styleRef\":\"A-M5z9Dy22J\",\"hash\":\"Qurhc0XPGBB\"}} -->\n<!-- wp:kubio/button {\"kubio\":{\"styleRef\":\"ALq3SGrGoSM\",\"props\":{\"buttonWidth\":\"fitToContent\",\"iconPosition\":\"after\",\"showIcon\":false,\"buttonSize\":\"medium\",\"horizontalAlign\":\"center\"},\"style\":{\"descendants\":{\"link\":{\"textAlign\":\"center\",\"background\":{\"color\":\"rgba(var(--kubio-color-1),1)\"},\"typography\":{\"color\":\"#fff\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"right\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgba(var(--kubio-color-1),1)\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":18},\"bottom\":{\"unit\":\"px\",\"value\":18},\"left\":{\"unit\":\"px\",\"value\":36},\"right\":{\"unit\":\"px\",\"value\":36}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"border\":{\"top\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"right\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"bottom\":{\"color\":\"rgba(var(--kubio-color-2),1)\"},\"left\":{\"color\":\"rgba(var(--kubio-color-2),1)\"}}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}}},\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"hash\":\"BAjD8P3Qc\"},\"link\":{\"value\":\"https://khia.abasa.com/contact/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"},\"preserveSpace\":{\"text\":false},\"icon\":{\"name\":\"font-awesome/arrow-right\"}} -->\nReach out to us\n<!-- /wp:kubio/button -->\n<!-- /wp:kubio/buttongroup -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"xljS72cyDHg\",\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"rgba(var(--kubio-color-6),0.05)\"},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":200,\"unit\":\"px\"}},\"transform\":{\"translate\":[{\"axis\":\"x\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"y\",\"value\":{\"value\":0,\"unit\":\"px\"}},{\"axis\":\"z\"}]}}}},\"_style\":{\"descendants\":{\"container\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"hash\":\"TtTSgT3ipCB\"}} /-->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Umrah Tour','','inherit','closed','closed','','396-revision-v1','','','2024-01-04 20:18:23','2024-01-04 20:18:23','',396,'https://khia.abasa.com/?p=408',0,'revision','',0),(411,1,'2024-01-08 10:16:59','2024-01-08 10:16:59','<!-- wp:kubio/section {\"kubio\":{\"styleRef\":\"UAauUlXjBw\",\"props\":{\"width\":\"boxed\",\"verticalAlign\":\"center\",\"showHeader\":false,\"overlapSection\":false,\"attrs\":{\"name\":\"blank\",\"id\":\"blank\"}},\"style\":{\"descendants\":{\"outer\":{\"customHeight\":{\"type\":\"fit-to-content\",\"min-height\":{\"value\":\"\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"30\"},\"bottom\":{\"value\":\"30\"}},\"separators\":{\"bottom\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"},\"top\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}},\"background\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-3),1)\"}}}},\"hash\":\"mviF8CblR\"},\"attrs\":{\"name\":\"Footer Section\"},\"anchor\":\"footer-section\",\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/row {\"kubio\":{\"styleRef\":\"23eu9bI55z\",\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"equalHeight\":true,\"itemsPerRow\":2,\"verticalAlign\":\"center\",\"horizontalAlign\":\"center\",\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":1,\"verticalInnerGap\":2,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":3,\"outerGapLinked\":false,\"verticalGap\":2}}}},\"hash\":\"H_arS0iYP3\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"tyvWgLtjzr\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\"}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":44.58,\"unit\":\"%\"}}}}}}},\"hash\":\"nLzQV_5EB\"}} -->\n<!-- wp:kubio/logo {\"kubio\":{\"styleRef\":\"WGBehNJ7Wv\",\"hash\":\"VORXRDNUg\",\"style\":{\"descendants\":{\"container\":{\"justifyContent\":\"flex-start\",\"alignItems\":\"flex-start\",\"media\":{\"mobile\":{\"justifyContent\":\"center\",\"alignItems\":\"center\"}}},\"generalImage\":{\"maxHeight\":{\"value\":20,\"unit\":\"px\"}},\"text\":{\"typography\":{\"weight\":600,\"size\":{\"value\":24,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6),1)\"}}}},\"props\":{\"layoutType\":\"image\"}}} /-->\n\n<!-- wp:kubio/social-icons {\"kubio\":{\"styleRef\":\"bE2VVxgtj48\",\"props\":{\"styleType\":\"shared\"},\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"15\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"size\":{\"value\":26,\"unit\":\"px\"},\"states\":{\"hover\":{\"fill\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"outer\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"hash\":\"l4ebJLxI4\"}} -->\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ISDcUcxuVFJ\",\"hash\":\"2SzXj6D_I\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.facebook.com/RadiantDrops\"},\"icon\":{\"name\":\"icons8-line-awesome/facebook\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"ddMdHhMjH3R\",\"hash\":\"tH6EPegTD\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://www.youtube.com/@radiantdrops\"},\"icon\":{\"name\":\"icons8-line-awesome/youtube-play\"}} /-->\n\n<!-- wp:kubio/social-icon {\"kubio\":{\"styleRef\":\"JCu1VlLkJ7u\",\"hash\":\"shzBM2Sy1\"},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://wa.me/442071000555\"},\"icon\":{\"name\":\"icons8-line-awesome/whatsapp\"}} /-->\n<!-- /wp:kubio/social-icons -->\n<!-- /wp:kubio/column -->\n\n<!-- wp:kubio/column {\"kubio\":{\"styleRef\":\"s6X6UggpFpI\",\"style\":{\"descendants\":{\"inner\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}}}},\"props\":{\"layout\":{\"verticalAlign\":\"center\",\"vSpace\":{\"value\":10,\"unit\":\"px\"}}},\"_style\":{\"descendants\":{\"container\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":49.97,\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":55.37,\"unit\":\"%\"}}}}}}},\"hash\":\"2TCrDNAejx\"},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n<!-- wp:kubio/linkgroup {\"kubio\":{\"styleRef\":\"PDhxkX0fD\",\"hash\":\"RzomhQRu-E\"}} -->\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"3KODoyiW3\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/contact\"}} -->\nContact\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"vw86FiNXBz\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/faqs/\"}} -->\nFAQs\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"cN18AuzAEW\",\"hash\":\"ZTGdeucfc\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/testimonial/\"}} -->\nTestimonial\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"ieS0MIa158\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/atol/\"}} -->\nATOL\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"2J-0csX_RT\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/terms/\"}} -->\nTerms\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"8Nj6HtKBus\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/cookies/\"}} -->\nCookies\n<!-- /wp:kubio/link -->\n\n<!-- wp:kubio/link {\"kubio\":{\"styleRef\":\"Z6F_C2uCUH\",\"hash\":\"ZHPTttRhgz\",\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-5),1)\",\"weight\":300,\"size\":{\"value\":16,\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgba(var(\\u002d\\u002dkubio-color-1),1)\"}}},\"transition\":{\"duration\":{\"value\":0.5,\"unit\":\"s\"}},\"media\":{\"mobile\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"}}},\"tablet\":{\"typography\":{\"size\":{\"value\":16,\"unit\":\"px\"}}}}}}},\"props\":{}},\"link\":{\"typeOpenLink\":\"sameWindow\",\"value\":\"https://khia.abasa.com/privacy/\"}} -->\nPrivacy\n<!-- /wp:kubio/link -->\n<!-- /wp:kubio/linkgroup -->\n\n<!-- wp:kubio/copyright {\"kubio\":{\"styleRef\":\"jZ1qiFfxXH-\",\"hash\":\"4qSn_nwLZeX\",\"style\":{\"descendants\":{\"container\":{\"typography\":{\"size\":{\"value\":14,\"unit\":\"px\"},\"color\":\"rgba(var(\\u002d\\u002dkubio-color-6-variant-3),1)\"}}}}},\"lock\":{\"move\":true,\"remove\":true,\"edit\":true}} -->\n© {year} {site-name}. Created for free using WordPress and <a target=\"_blank\" href=\"https://kubiobuilder.com/\" rel=\"noopener\">Kubio</a>\n<!-- /wp:kubio/copyright -->\n<!-- /wp:kubio/column -->\n<!-- /wp:kubio/row -->\n<!-- /wp:kubio/section -->','Footer','','inherit','closed','closed','','27-revision-v1','','','2024-01-08 10:16:59','2024-01-08 10:16:59','',27,'https://khia.abasa.com/?p=411',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(6,2,0),(7,3,0),(9,4,0),(15,4,0),(16,4,0),(17,4,0),(18,4,0),(19,4,0),(20,4,0),(21,4,0),(22,4,0),(23,4,0),(24,4,0),(25,4,0),(26,4,0),(26,6,0),(27,4,0),(27,7,0),(28,4,0),(28,6,0),(29,4,0),(29,6,0),(30,4,0),(30,8,0),(31,4,0),(31,8,0),(48,5,0),(105,9,0),(114,2,0),(115,2,0),(116,2,0),(117,2,0),(118,2,0),(119,2,0),(120,2,0),(121,2,0),(122,2,0),(123,2,0),(124,2,0),(125,2,0),(126,2,0),(127,2,0),(128,2,0),(128,8,0),(129,2,0),(129,10,0),(130,2,0),(130,6,0),(131,2,0),(131,7,0),(132,2,0),(132,7,0),(133,2,0),(133,6,0),(134,2,0),(134,6,0),(135,2,0),(135,8,0),(168,5,0),(170,5,0),(316,5,0),(318,5,0),(319,5,0),(368,5,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'wp_theme','',0,23),(3,3,'wp_theme','',0,1),(4,4,'wp_theme','',0,17),(5,5,'nav_menu','',0,7),(6,6,'wp_template_part_area','',0,6),(7,7,'wp_template_part_area','',0,3),(8,8,'wp_template_part_area','',0,4),(9,9,'wp_pattern_category','',0,1),(10,10,'wp_template_part_area','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'twentytwentyfour','twentytwentyfour',0),(3,'twentytwentytwo','twentytwentytwo',0),(4,'vertice','vertice',0),(5,'Primary menu','primary-menu',0),(6,'header','header',0),(7,'footer','footer',0),(8,'sidebar','sidebar',0),(9,'Featured','featured',0),(10,'uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` 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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','5'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"136.158.78.0\";}'),(20,1,'wp_persisted_preferences','a:4:{s:14:\"core/edit-site\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-12-29T23:50:03.355Z\";s:24:\"kubio/edit-site/sidebars\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:4:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:15:\"page-attributes\";i:2;s:12:\"post-excerpt\";}s:20:\"welcomeGuideTemplate\";b:0;}}'),(21,1,'session_tokens','a:1:{s:64:\"dc200953bd833a2f9682d4ed856cb1cde12164fd20692589b5249cfe22900d82\";a:4:{s:10:\"expiration\";i:1705235566;s:2:\"ip\";s:13:\"136.158.78.46\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1704025966;}}'),(22,1,'wp_user-settings','libraryContent=browse'),(23,1,'wp_user-settings-time','1703883148'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_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=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BlgiPU5wScfaZjyjh/QuL.voRhxBqJ/','admin','daniyalkhawaja@abasa.com','http://khia.abasa.com','2023-12-28 16:26:47','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-02-26 23:21:06